缺少 64 位支持/缺少推送通知权利 Phone

Missing 64-bit support / Missing Push Notification Entitlement Phone

我正在尝试提交我的应用程序,但我一直遇到这个问题。我已经更新了 Phonegap 和 cordova,但仍然遇到他的问题。更新后我也使用命令行重新生成了应用程序,但没有运气。

下面的电子邮件。

Dear developer,

We have discovered one or more issues with your recent delivery for . 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.

Missing 64-bit support - Beginning on February 1, 2015 new iOS apps submitted to the App Store must include 64-bit support and be built with the iOS 8 SDK. Beginning June 1, 2015 app updates will also need to follow the same requirements. To enable 64-bit in your project, we recommend using the default Xcode build setting of “Standard architectures” to build a single binary with both 32-bit and 64-bit code.

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

转到开发者网站并启用推送通知在您的生产 ptovisioning 配置文件中,使用最新的配置文件重新编译并重新提交。

关于 64 位支持,您是否从构建设置中更改了活动架构设置,它应该是标准架构。

发现这只是一条警告信息。该应用程序已被接受!

缺少推送通知授权 - 没关系,因为我没有使用通知功能。

缺少 64 位支持 - 您必须拥有最新版本的 phonegap

感谢大家的帮助