I’m wanted to wright a app which would alarm you when you are getting near a location.
I wanted to use the GeoCoordinateWatcher with PeriodicTask, but the test Task is invoked every 15min if i’m not mistaken. Can I somehow force the PeriodicTask to invoke more frequent? Or is there something else I can do to use the GeoCoordinateWatcher in the background which is not invasive for the UX. The app should work like for 2-3 hours and i like to update the location like every 5 minutes.
I’m wanted to wright a app which would alarm you when you are getting
Share
No, it’s not possible for now. You only can run your application in foreground under lock screen to save battery life.