在没有推送通知的情况下使用 Parse

Use Parse without push notifications

我有一个不使用推送通知的应用程序。但是,出于其他原因,我正在使用 Parse。当我提交构建时,我收到来自 iTunes 的警告:

"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."

有没有一种方法可以让我在以后的构建中消除此警告而不获取权利?

恐怕你被这个警告卡住了,忽略它完全没问题。