How can I quit iPhone4 app? When I use exit(0) the app goes in the background. I want to quit the app instead of sending it to the background.
in app delegate there is method call applicationDidEnterBackground
call the exit(0)