Not using the very latest (we need to submit tomorrow and the local/push notifications moving to plugins is extra work which we could do without right now), but as mentioned in my first post we’re using build 2015.2541.
As for the delegates methods, didLoadMain and willLoadMain both work. The didFinishLaunchingWithOptions function doesn’t have much in it, but there is a NSLog call which doesn’t get called. I don’t think there is a typo in there, but I could be wrong.
- (BOOL)application:(UIApplication \*)application didFinishLaunchingWithOptions:(NSDictionary \*)launchOptions { NSLog(@"didFinishLaunchingWithOptions"); [[UIApplication sharedApplication] setStatusBarHidden:YES withAnimation:NO]; return YES; }
I don’t think I’ve actually made any changes to the didFinishLaunchingWithOptions signature from the template provided with Corona Enterprise.