Question
Timer event when App is not active
In my App I need to check my location every 15 minutes.
I create a timer for 15 minutes but it seems the complete event is not dispatched when the app runs in the background.
Does the app terminate the timer or release it after a while? Can I control it?
Thanks.
* I'm using SDK 4.6 and currently test it on Android.
On iPhone i'm not sure if it even possible solving it with timer..?
