I have this strange issue.
The applicationDidBecomeActive method is called correctly in the iOS simulator after quitting the app (putting in the background) but that does not happen in the iPhone.
SDK 4.3.3
Any thoughts?
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.
Which iPhone are you using? Older iPhones incapable of iOS multitasking will not call this method. When sent to the background, the app is actually terminated on older iPhones.