Tagged Questions
0
votes
1answer
215 views
Prolong iOS app suspend time
When I press the home button my app is suspended correctly, however it only lasts a few minutes. If I leave it for a short while and return to it the app starts up fresh.
I'm not running any ...
0
votes
2answers
288 views
iOS NSNotification - how to safely ignore when coming out of suspended
Sometimes, when the app I'm working on comes out of suspended mode, I need to make sure it does not respond to the notifications iOS has saved for it while the app was suspended. Where's the right ...
1
vote
2answers
436 views
how to publish an app that will work on iOS 3.2 as well as use the app-suspending-and-going-to-background feature on iPhone 4
My app does not use any of iOS 4 APIs but all I want it to do on iOS4 is that it should go to the suspended state after the user presses the home key. When I install the app to iPhone 4 using device ...
0
votes
2answers
918 views
iPhone app crashes when coming to foreground
I have an application that is communicating to a device through the accessory port. When the device is spitting data (at a rate of one 13-byte packet every 20 ms, so not very quickly) to the iPhone, ...
2
votes
6answers
7k views
UIApplicationExitsOnSuspend anything else I'm missing?
So I know this has been beaten to death but I still can't figure out a solution.
I have my UIApplicationExitsOnSuspend set to <true/> in the Info.plist and still both in the simulator as well ...