I\'m working on a project in Xcode version 4.2.1 and in iOS 5.0. I\'m wondering which function will be called when you completely terminate an application, which means even
- (void)applicationWillTerminate:(UIApplication *)application
It's in the UIApplicationDelegate protocol.