Hi All, I'm using NSLog and breakpoints to trace application life cycle messages on an iPhone. I'm receiving applicationDidBecomeActive, applicationWillResignActive, applicationDidEnterBackground, applicationWillEnterForeground, etc as expected.
If I perform the following, the application does not appear to receive the applicationWillTerminate message. * enter background by pressing Home * double press Home to list tasks * delete the [background] task (tap down and hold for 'Red X') I planned on saving some state when the applicationWillTerminate was invoked. Are things working as expected? Should I abandon my plans to save state during termination? Jeff _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com