UIApplicationExitsOnSuspend anything else I'm missing?

Posted by schone on Stack Overflow See other posts from Stack Overflow or by schone
Published on 2010-08-02T14:58:04Z Indexed on 2011/01/05 20:53 UTC
Read the original article Hit count: 147

Filed under:
|
|
|

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 as on an iPhone 4 device, the app goes into standby instead of terminating?

Any ideas of what else could one do to get it to terminate? Perhaps are there methods that I need to remove from the app delegate? Any ideas?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about ios4