fix dicument about open notification event when app is launching

This commit is contained in:
zhangqinghe 2015-04-10 13:45:15 +08:00
parent ff86dc1230
commit fbd98732c8

View File

@ -87,6 +87,8 @@
#endif #endif
    // Required     // Required
    [APService setupWithOption:launchOptions];     [APService setupWithOption:launchOptions];
    [JPushPlugin setLaunchOptions:launchOptions];
return YES; return YES;
} }
- (void)application:(UIApplication *)application didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)deviceToken { - (void)application:(UIApplication *)application didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)deviceToken {