Home > Net >  How to solve the "aps environment" right?
How to solve the "aps environment" right?

Time:09-22

Use xcode to package the project and upload it to the App Store. Error prompt: Lack of push notification right - it seems that your app has registered with the Apple push notification service, but the right to sign the app does not include the "aps environment" right. How can I solve this problem?

CodePudding user response:

All you need to do is delete the App Store distribution profile on your local machine, then re-download and install the distribution profile from the Provisioning Portal. This new one should contain the aps-environment key.

  • Related