You can opt out of multitasking by setting the UIApplicationExitsOnSuspend key in your project’s Info.plist and setting the value to YES.
This will make your app behave like it would on iOS 3.x.
You can opt out of multitasking by setting the UIApplicationExitsOnSuspend key in your project’s Info.plist and setting the value to YES.
This will make your app behave like it would on iOS 3.x.