You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.
I used this instruction on Google Cloud Messaging site to set certificates for APNS. I'm on development phase and set only development certificate in Apple Developer Console. Then I set up phonegap-plugin-push and initialized it in JS like that (on deviceready of course):
So when registration is successful I see registration id of the device in console. But when I try to push message from server to registration id of iOS device I get error response with code invalidRegistration. I'm pushing from node.js server with gcm package.
Same setup works great on Android.
The text was updated successfully, but these errors were encountered:
@macdonst I use master branch, just installed plugin with cordova cli from git. That's interesting, if GCM for iOS is not supported in this plugin then how do I get registration id? Is it requested from APNS directly?
I used this instruction on Google Cloud Messaging site to set certificates for APNS. I'm on development phase and set only development certificate in Apple Developer Console. Then I set up phonegap-plugin-push and initialized it in JS like that (on deviceready of course):
So when registration is successful I see registration id of the device in console. But when I try to push message from server to registration id of iOS device I get error response with code invalidRegistration. I'm pushing from node.js server with gcm package.
Same setup works great on Android.
The text was updated successfully, but these errors were encountered: