Missing Push Notification Entitlement message during upload to iTunes connect

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By lukas
:warning: Old Version Published before Godot 3 was released.

I am preparing my game to submit to App Store. After uploading to iTunes connect during Xcode (7.3) I got the following message. If I understand correctly what Apple Push Notification service do, I don’t need it.

Could it lead to rejection of the game?

Is there a way how to exclude API used to register with the Apple Push Notification service?

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.

Have you found a fix? I’m having the same issue. Though, i just want to test locally on my own device.

mawesome4ever | 2019-04-14 12:05