Missing Push Notification Entitlement Warning in email
Asked Answered
N

2

4

After uploading the App to AppStore, I am getting the following warning in an email, where as there are no Push Notifications in my App but there are some third party SDKs like Chartboost, Applovin, Revmob, Crashlytics etc. Has someone else also encountered this problem? If so, have you reached to some solution?

Dear developer,

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

Missing Push Notification Entitlement - Your app appears to include API used to register with the Apple Push Notification service, but the app signature's entitlements do not include the "aps-environment" entitlement. If your app uses the Apple Push Notification service, make sure your App ID is enabled for Push Notification in the Provisioning Portal, and resubmit after signing your app with a Distribution provisioning profile that includes the "aps-environment" entitlement. 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

Nobelium answered 31/8, 2015 at 12:19 Comment(3)
Just recreate your provisional profile and then upload your appWizardly
Provisioning Profiles are automatically being created from Xcode.Nobelium
Duplicate of stackoverflow.com/questions/32251123Xever
C
0

It means your provisioning profile does not support apns. create a provisioning profile with push notifications enabled and upload.

Craniate answered 31/8, 2015 at 12:35 Comment(7)
There are no Push Notifications in my code, then why should I create provisioning profiles with Push Notifications enabled?Nobelium
If there are no push notifications in your app, just ignore this message. Everything else is fine.Craniate
I have been ignoring it but was thinking of some better solutionNobelium
How is it a better solution? If I have to enable something which is not in my code :SNobelium
Ok. Then remove registration of remote notifications from your app delegate.Craniate
There is no registration for remote notifications in my app delegateNobelium
Let us continue this discussion in chat.Craniate
N
0

Check out for third party frameworks like

  • airpush

  • urbanship

etc...

These frameworks can register your app even though you don't register it in app delegate

Make sure push notification is disabled in these frameworks

Nenitanenney answered 1/6, 2017 at 12:46 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.