diff --git a/src/ios/AppDelegate+notification.m b/src/ios/AppDelegate+notification.m index aa563a34..2c916b59 100644 --- a/src/ios/AppDelegate+notification.m +++ b/src/ios/AppDelegate+notification.m @@ -87,7 +87,7 @@ - (void)applicationDidBecomeActive:(UIApplication *)application { NSLog(@"active"); //zero badge - application.applicationIconBadgeNumber = 0; + //application.applicationIconBadgeNumber = 0; if (self.launchNotification) { PushPlugin *pushHandler = [self getCommandInstance:@"PushPlugin"];