1
votes

I'm uploading an ipa to apple store but get email warning from apple.

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.

But I don't want and didn't register any remote notification in my code or any call like "registerForRemoteNotificationTypes". How can I remove this warning? Thanks

My app doesn't have push notification capability. enter image description here

2
@Anbu.Karthik, my profile doesn't contain aps-environmen key and I don't enable this service. The waning is saying app is using API, but I'm notRayChen

2 Answers

0
votes

Another possibility is to disable/turn off the APNS capability from your project if it is included already.

0
votes

How about check your distribution provision?