How can I determine when myApp is opened even when it is already opened in the background?
Your help is greatly appreciated.
How can I determine when myApp is opened even when it is already opened in the background?
Your help is greatly appreciated.
- (void) applicationWillEnterForeground
seems to be the method that you're looking for.