Hi All,
I have an App that starts a Timer, this timer could potentially be put into the Background or a User might go to another App while the App Timer has begun. What I am finding with the latest OS is that my timer now goes to sleep with the app when it's put into the Background.
How can I have the Timer begin and finish even though the App is in the Background? What happening is the User starts a 1 min timer, this timer runs and the App could go into the background because the User forgot about the Timer was running. And when the App is in the background we're finding that our alarm that happens (10 seconds before the actualy timer finishes) isn't triggering and the countdown in the App stops. Is there anything I can do to work around this issue? The timer is max 5 mins. Min: 1 min.
How can I have it so that my timer in my app will finish; even if it's in the background and the alarm still goes off and can be heard by the User?
Kyle