views:

55

answers:

1

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