Quote:
Originally Posted by dljeffery
Don't ever force termination of the app.
At any rate, applicationWillTerminate is simply a notification handler. It doesn't in any way cause the app to terminate. It's just a heads up from the OS.
|
Right, and if the OP wants to just make sure the app appears to start from scratch when it comes back to the foreground if it's been more than 5 minutes, just save the time when you're backgrounded, and when you come back to being active, just do the right setup to start from the beginning.