How to solve the "aps environment" right?

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?

1 Like

Sounds like an Entitlements issue, your application needs to select and configure Push Notifications from the Certificates, Identifiers & Profiles section in the Developer Account.

2 Likes

This topic was automatically closed after 166 days. New replies are no longer allowed.