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?