From fbd98732c83ea263d6054db0c7498f7b80650d2f Mon Sep 17 00:00:00 2001 From: zhangqinghe Date: Fri, 10 Apr 2015 13:45:15 +0800 Subject: [PATCH] fix dicument about open notification event when app is launching --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7cc550e..0d6c9b0 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,8 @@ #endif     // Required     [APService setupWithOption:launchOptions]; +     [JPushPlugin setLaunchOptions:launchOptions]; + return YES; } - (void)application:(UIApplication *)application didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)deviceToken {