Reputation: 239
I am developing a app in the latest develop environment using Xcode5 with iOS7.1 SDK on Mavericks.
I have one problem after updating Xcode and iOS7.1 SDK.
The problem is that when I push home button, the app is finished immediately.
Before updating Xcode, my app was still running for 10 minutes even I pushed home button
(both in a simulator and a real device).
Also the applicationDidEnterBackground: is not working because of finishing.
Is there any way to solve this problem?
Upvotes: 2
Views: 83
Reputation: 31
I also had this issue, until I did this:
I hope it works for you. Good luck!
Upvotes: 1