I\'m having a problem with applicationShouldTerminate.
What ever I do it seams that has no effect. Any help would be appreciated.
I\'m well versed in programing
With regards to the applicationShouldTerminate error, in case anyone's curious, NSApplicationTerminateReply and NSApplication seem to be deprecated...even though the OP's method is exactly how it appears in the docs!
Defining your method as the below should build with no errors:
-(BOOL)applicationShouldTerminate :(UIApplication *)application