In my app I want the user to always see the rootViewController‘s view when the app is opened even if the app has not been killed completely.
One alternative I have considered is calling abort() in applicationWillResignActive: however this doesn’t seem like a nice solution.
Any suggestions?
Set UIApplicationExitsOnSuspend in your Info.plist to true.