Please tell me some solution for how to stop app at background when we close the app in iphone sdk 4.0 and above.
can any one provide me some sample code for it.
Thanks,
Priyanka
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Set the
UIApplicationExitsOnSuspendkey in your app’s Info.plist toYES.This will make the app quit when you press the home button, instead of being backgrounded.