savestate

Using the applicationWillTerminate method doesn't seem to be working...or I am not using it right...

I am wanting to save some app state data for when the user is quitting the app. I am thinking that I should be using the applicationWillTerminate method inside of my appDelegate, but when I try and do anything there, it's not doing anything: - (void) applicationWillTerminate:(UIApplication *)application { NSLog(@"test"); } When I run...