I’m working on an app that needs to run through a protocol from beginning to end. How do I force the app to always start at the beginning when brought back from the background, regardless of where it was left.
Thanks
I’m working on an app that needs to run through a protocol from beginning
Share
If your goal is to restart the app from scratch at every start up, simply add/change the key
UIApplicationExitsOnSuspendtoYESin your info.plist fileHere’s the relevant link in the documentation http://developer.apple.com/library/ios/#documentation/general/Reference/InfoPlistKeyReference/Articles/iPhoneOSKeys.html