Titanium Appstore 提交:"Missing Push Notification Entitlement"
Titanium Appstore submission: "Missing Push Notification Entitlement"
我将我的应用程序上传到 AppStore,并收到一封电子邮件,说明我是 "Missing Push Notification Entitlement"。我没有使用推送通知,但我使用的是本地后台通知。
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>
如果您收到此类电子邮件,可能是我在下面列出的原因:
- 可能是因为您在本应用中使用了应用ID,您开启了推送通知。
- 那么如果您在 App id 中启用推送通知并且它不会在应用程序中使用,那么会发生什么情况,他们会希望在您启用后使用它。
- 如果我提到了这样的问题,你应该编辑 App Id 并禁用推送通知。
希望对您有所指导。
这只是一个警告,以防您打算使用推送通知而忘记了权利,如果您不需要推送通知,则可以忽略该警告。
但是,如果您确实想使用推送通知,则需要将相关部分和权限添加到您的 tiApp.xml 文件
您可能仍需要根据通知注册您的意向
this guide
我将我的应用程序上传到 AppStore,并收到一封电子邮件,说明我是 "Missing Push Notification Entitlement"。我没有使用推送通知,但我使用的是本地后台通知。
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>
如果您收到此类电子邮件,可能是我在下面列出的原因:
- 可能是因为您在本应用中使用了应用ID,您开启了推送通知。
- 那么如果您在 App id 中启用推送通知并且它不会在应用程序中使用,那么会发生什么情况,他们会希望在您启用后使用它。
- 如果我提到了这样的问题,你应该编辑 App Id 并禁用推送通知。
希望对您有所指导。
这只是一个警告,以防您打算使用推送通知而忘记了权利,如果您不需要推送通知,则可以忽略该警告。 但是,如果您确实想使用推送通知,则需要将相关部分和权限添加到您的 tiApp.xml 文件
您可能仍需要根据通知注册您的意向 this guide