I want my app to quit when the user taps the home button, without going to the background. Is this possible?
+5
A:
Set the key UIApplicationExitsOnSuspend
to true
in your info.plist
. See the docs.
Jesse Beder
2010-09-14 05:33:54