> Is it possible to send a push message to users of an app that are within a 
> given location?  For example, I want to send a push message to all users of 
> my app that are within a 1/2 mile radius of a given latitude and longitude.

I think it would be. First step is to remove the exits on suspend plist entry 
and add UIBackgroundModes location. Then check the location every so often and 
send a local notification when in the right area. There are better/lower 
battery power solutions if you don't need a high level of accuracy but this is 
the only way without an external to add some more core location features. For 
example with an external you could define a location and radius and have your 
app woken in the background to do something when the user went in or out which 
I think would do exactly what you need if you send a local notification when 
woken...

Cheers

Monte
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to