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

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -