Restart iphone application from the very beginning
问题 when i close my application (via HOME button) and open it up again, how do i force the application to restart from the very beginning view and not from the last location that was shown (before it was closed)? is it a setting in the project? 回答1: Set the app's info.plist key: UIApplicationExitsOnSuspend to True. 回答2: Look for a notification from the phone letting you know that the phone "Became Active" which will only happen if the app was running, then sent to background, then pulled up again