By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement . We’ll occasionally send you account related emails.
@huangminlinux 兄弟,JPushPlugin类-didFinishLaunchingWithOptions方法里面写错了,改一下一切都OK了
#pragma mark - AppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { if (launchOptions != nil) { // _launchNotification = launchOptions[UIApplicationLaunchOptionsRemoteNotificationKey]; _launchNotification = launchOptions;// 兄弟,这句改成这个就一切OK了 return YES;