appfeel / cordova-push-notifications

Phonegap, Cordova, Intel XDK push notifications support
MIT License
23 stars 25 forks source link

Do i need to upload something to GCM (FCM) InvalidRegistration iOS #6

Closed luisfusim closed 7 years ago

luisfusim commented 8 years ago

Im getting InvalidRegistration but the registration return me a registrationID like this; b4b2147d9a6b7ccbfb47f7a821d3ebf9ac89bf418b11d2d887b174bca77XXXXX Im not sure if its a valid GCM Token or is a APN ID.

Searching on internet found something to upload p12 files to GCM

miqmago commented 7 years ago

Take a look at https://github.com/phonegap/phonegap-plugin-push. This is a really more up to date than this plugin. Thanks!