Skip to content
This repository has been archived by the owner on Apr 2, 2018. It is now read-only.

Push notification changes #218

Open
pimrie opened this issue Jun 9, 2017 · 1 comment
Open

Push notification changes #218

pimrie opened this issue Jun 9, 2017 · 1 comment

Comments

@pimrie
Copy link

pimrie commented Jun 9, 2017

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
Copy link

Is there any issue on Android notifications you can track?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants