0

I can't get push notification on ios 10 using cordova PushV5 plugin. When I'm trying to catch error, then following exception appeared (which is attached with screenshot).

no valid 'aps-environment' entitlement string found for application

Error screenshot:

Another screenshot which shows testing phone configuration: Thank you

Fakhrul Hasan
  • 162
  • 1
  • 5

1 Answers1

1

In Xcode, try looking at the Capabilities tab when you build the app, and make sure push notifications are enabled there. Even if you originally had them enabled, An Xcode update earlier this year may have disabled them. I received a notification along the same lines and this resolved things for me.

This may be the same issue:

Xcode 8 "the aps-environment entitlement is missing from the app's signature" on submit

Community
  • 1
  • 1
Neil Cresswell
  • 1,145
  • 8
  • 20