I used
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
to get the launchOptions.
But it was not triggered, even if I added the UIApplicationDelegate
protocol.
Welcome any comment
Be sure the File's Owner delegate
outlet is connected to your App delegate class in the main nib file, unless you want to set it programmatically: