i'm trying to implement push notifications in my app, but it tells me “no valid aps-environment entitlement found for application”
I set the identifier correctly and even added an "aps-environment" entry in my Info.plist, but still it gives me this error message.
The bundle identifier is set correctly and i installed the certificates from the provisioning portal.
Thanks for your help
com.yourcompany.*
provisioning profile by chance? – jonathanpepperscodesign -dvvvv --entitlements - /path/to/App.app
? You should seeaps-environment=production
. – jonathanpeppers