ionic-team / legacy-ionic-cloud

JavaScript Client for legacy Ionic Cloud services. See Ionic Pro for our new take on the ionic development lifecycle
Apache License 2.0
65 stars 26 forks source link

Push notification changes #218

Open pimrie opened 6 years ago

pimrie commented 6 years ago

Hi there,

We recently started getting an error from itunes Connect that states: Missing Push Notification Entitlement - Your app appears to register with the Apple Push Notification service, but the app signature's entitlements do not include the "aps-environment" entitlement.

So we removed the following from Config.xml:

And put the following into Package.json under cordovaPlugins: { "locator": "phonegap-plugin-push", "variables": { "SENDER_ID": "xxxxxxxxxxx" } }

By doing this, we fix the Apple push notification issue but then Android notifications start failing. Please can someone assist?

Thanks

Peter

Blackscr33n commented 6 years ago

Is there any issue on Android notifications you can track?