Home | Account | Search  
iPhone : Skip the multitasking and exit your application
iPhone multitasking is added complexity for some applications. To keep your application from participating in the psuedo-multitasking on iOS:

1) Open your info.plist file
2) Add the key UIApplicationExitsOnSuspend or select "Application does not run in background"
3) Set the new key to yes

applicationWillTerminate will be run when the user clicks the home key, and your app will terminate.