I am programming an iPhone app, and I need to force it to exit due to certain user actions. After cleaning up memory the app allocated, what\'s the appropriate method to ca
Go to your info.plist and check the key "Application does not run in background". This time when the user clicks the home button, the application exits completely.