So I know this has been beaten to death but I still can\'t figure out a solution.
I have my UIApplicationExitsOnSuspend set to in the Info.pli
It's important to note that your AppDelegate's "applicationDidEnterBackground" and "applicationWilLTerminate" methods are both called (in that order), even if your UIApplicationExitsOnSuspend is marked as (boolean) "YES".