ionic-team/legacy-ionic-cloud

Push notification changes

Opened this issue · 1 comments

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

Is there any issue on Android notifications you can track?