Missing Push Notification Entitlement Solution

the whole story

APP Apple Store recently submitted to the audit, the results soon receive Apple is "intimate" message reads as follows:

Dear developer,

We have discovered one or more issues with your recent delivery for "APP Name". Your delivery was successful, but you may wish to correct the following issues in your next delivery:

Missing Push Notification Entitlement - Your app includes an API for Apple's Push Notification service, but the aps-environment entitlement is missing from the app's signature. To resolve this, make sure your App ID is enabled for push notification in the Provisioning Portal. Then, sign your app with a distribution provisioning profile that includes the aps-environment entitlement. This will create the correct signature, and you can resubmit your app. See "Provisioning and Development" in the Local and Push Notification Programming Guide for more information. If your app does not use the Apple Push Notification service, no action is required. You may remove the API from future submissions to stop this warning. If you use a third-party framework, you may need to contact the developer for information on removing the API.

After you’ve corrected the issues, you can use Xcode or Application Loader to upload a new binary to iTunes Connect.

Regards,

The App Store team

The effect that contains your APP APS and push the package file was not properly configured reasons Apple may also provide:.
1.Provisioning Portal Developer Certificate Center configuration file may have a problem
2. Project profile is not enabled APS service

Solution

The corresponding solutions provided by Apple, first check your certificate authority. Official Profile and App ID should be set correctly, as shown below:

App ID
Profile

If the certificate is configured correctly, and then view the setting options in the project, whether to activate remote push:

Set to On

Entitlement will be one more file to activate the project, as follows:

Entitlement

Check that everything is correct after you can pack up again to the App Store.

Guess you like

Origin www.cnblogs.com/Free-Thinker/p/11022467.html