I've searched StackOverflow and Google but nothing helped me so far. Why is the following code not working for me? Notting appears in the console. The NSLog in viewDidLoad does appear in the console...
In ViewController.m
- (void)applicationDidEnterBackground:(UIApplication *)application
{
NSLog(@"applicationDidEnterBackground");
}
The project is veru straight forward, one storyboard, one viewcontroller, iPad only.