iphone - Geolocation based push notification -


i'd like to push an alert to my iphone users that are within a geographic range. i can get their location when my app is "alive," but not otherwise. would a good approach be: send the localized alert based on users that appeared "in-range" in the last hour? otherwise, i'm not sure how to only alert relevant users. is there a smarter approach?

the lack of background processing hurts applications this. think solution best approach, given rather severe limitation. however, should offer ability tone down, start annoying.


Comments

Popular posts from this blog

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -