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

Push notification changes #218

@pimrie

Description

@pimrie

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions