iOS app lifecycle 4/3GS/iPad vs 2G/3G
问题 I've read the Apple's documentation about application lifecycle and made some tests to figure out what is the applications life cycle on different devices. (All running iOS 4.x except the 2G) I've tested "multitasking" capable devices vs some that do not support this feature : iPhone 2G/3G app lifecycle : (START) - didFinishLunchingWithOptions - applicationDidBecomeActive (HOME PRESSED) - applicationDidEnterBackground - appWillTerminate iPad / iPhone 4 app lifecycle: (START) -