forked from github/jpush-phonegap-plugin
fix when app not launch tap notification,and not receice jpush.openNotification
This commit is contained in:
parent
93fbc893ca
commit
ce8ca9f8f8
@ -42,7 +42,7 @@ static NSDictionary *_luanchOptions=nil;
|
||||
name:kJPushPluginReceiveNotification
|
||||
object:nil];
|
||||
|
||||
if (!_luanchOptions) {
|
||||
if (_luanchOptions) {
|
||||
NSDictionary *userInfo = [_luanchOptions
|
||||
valueForKey:UIApplicationLaunchOptionsRemoteNotificationKey];
|
||||
if ([userInfo count] >0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user