I have an app that works well on iPhone OS 3.0 or higher. How do I support fast app switching in it? It should work as is on iPhone OS 3.0 but support fast app switch on iOS 4.0.
Anupam
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 Base SDK to 4.0 and the Deployment Target to 3.0. Fast app switching should now work.
To make your app behave properly when it is in the background and make sure you save your state early enough, you have to read and follow the chapter about multitasking in the iPhone Application Programming Guide completely, especially Supporting Background State Transitions and Being a Responsible, Multitasking-Aware Application.