I want to show an alertview for user ,When iphone goes to standby mode or power save mode... Is there any delegate function ,Can we used?
Can anyone help me?
Thanks in advance...........
I want to show an alertview for user ,When iphone goes to standby mode or power save mode... Is there any delegate function ,Can we used?
Can anyone help me?
Thanks in advance...........
You can try using the UIApplication delegate method
- (void)applicationWillResignActive:(UIApplication *)application
It is called when the application transitions from an active state to an inactive state.