Skip to content

Unable to Resolve ITMS-90078 After Adding APNs Certificate: Push Notification Entitlement Issue in Codemagic Build #2758

Closed Answered by gusentanan
gusentanan asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, sorry for the delayed response, @jimsakiko. I was able to resolve the email warning by enabling the Push Notification capabilities through Xcode, which requires a MacBook. It seems that manually adding the Runner.entitlements file is not working. What worked for me was enabling the Push Notification capability in Xcode by following this step.

Once you've done that, Xcode will automatically update your project.pbxproj file under the Runner.xcodeproj folder and generate the correct Runner.entitlements. Afterward, just commit your changes and run the build in Codemagic.

P.S. Make sure you've also generated both development and production Push Notification certificates through the Apple D…

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@gusentanan
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@jimsakiko
Comment options

@serppower
Comment options

Answer selected by gusentanan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment