I am making an app that is kind of a countdown timer.
I have it all working fine but when the app goes to background the timer stops. The app also goes into background mode as normal.
I've seen apps in the AppStore where the app is always running - the iPhone/iPad never locks itself when this app is in foreground. How can I do that? Do I need to enabled Background modes
?
Also how can I make the timer keep running when the app is in background?
Thanks