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 Apr 2, 2018. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: