-
Notifications
You must be signed in to change notification settings - Fork 996
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no valid aps-environment entitlement string found for application #700
Comments
I have the same issue. |
One of our users experiences the same on iOS 8.4.1 Looks close to the isssue Notifications worked and worked pretty good - except they never worked on iOs 10, but other iOs devices and Android were just fine. I thoght that it's an issue with iOs 10, but now, when we have the same case with iOs 8 I'm trying to figure out what should I do to update the app. Any suggestions? |
Hello, any update on this ? |
It was fixed in newer versions of CLI. I've just compiled new app at build.phonegap.com and had no more troubles. |
Not sure if this is the appropriate place for this comment, but I'll also point out that for these notifications to work on iOS, you need to run the project from XCode, not using the Ionic CLI. Ran into that problem myself. |
It took me a while to figure out what causing no valid aps-environment entitlement error. I'm not sure why there are two .entitlements files in XCode and one of them has APS Environmentkye and the other one does not. Could it be that the push plugin created the second one? And what is the correct location for the .entitlements file? |
Oh man!!!! This is gold right here. I did everything the right way, followed every tutorial, read every doc and could not get it done. This was the problem. I created a github account just for leaving this reply and to thank you for this!! |
I encountered the same issue. In the RunnerProfile.entitlements file, there was aps-environment development, but it was missing in the Runner.entitlements. I removed it from the first and added it to the second, and it worked. |
Hello everyone, i have a problem with push notification on iOS 10... it throws on register device id this error "no valid aps-environment entitlement string found for application" ... I have project in visual studio on windows and use remotebuild on mac to build for iOS... i try everything regenerate all certificates, enabling push notifications disabling push notifications, auto signing, manual signing but still it throws this error.. can anoyne help with that please?. Thanks a lot for any kind of help or advice.
The text was updated successfully, but these errors were encountered: