location based local notification
gps, ios, iphone, notifications, uilocalnotification
Solution
Yes, your app can be notified (even if it's not running) when the device enters a region that you've defined. See Monitoring Shape-based Regions.
Problem
I was wondering if I can invoke an app based on current location or when the device gets near to certain geographic coordinates. I went through the `UILocalNotification` Class reference. but it work base on date. regards,