Open eawebapps opened 10 years ago
I can confirm the problem above. I am using phonegap build.
Confirming this as well. reverted back to older version and APNS worked as expected.
I can confirm to. Using phonegap build.
I have solved with this patch:
--- a/src/ios/PushPlugin.m +++ b/src/ios/PushPlugin.m @@ -126,6 +126,8 @@ [[UIApplication sharedApplication] registerUserNotificationSettings:settings]; [[UIApplication sharedApplication] registerForRemoteNotifications];
+
self.callback = [options objectForKey:@"ecb"];
@enel-a423831 we already have this as a patch and discussed in issue queues. Please check existing pull requests and issue queues first.
Just wanted to confirm that this is in fact an issue. 2.3.1 breaks iOS support. reverting to 2.1.1 solves the issue
I revert back it to older version , then iOS return APNS Device token successfully . whats wrong with new version