应用程序拒绝应用程序 – iOS有问题PLA 2.3

我将新版本更新到Appstore。 由于以下问题我的应用被拒绝了。

PLA 2.3

Your app or its metadata contains references to a pre-release version of Apple software or hardware. Apps with compatibility references to a pre-GM version of iOS SDK or pre-released Apple hardware are not in compliance with the Apple Developer Program License Agreement. Specifically, section 2.3 states: "Apple may provide You with pre-release versions of the Apple Software or related services that constitute Apple Confidential Information and are subject to the confidentiality obligations of this Agreement." Next Steps Please remove all references to pre-release versions of Apple software and hardware from your app and its metadata. Since your iTunes Connect status is Rejected, a new binary will be required. Make the desired metadata changes when you upload the new binary. 

我们使用的描述如下:
我们的应用程序允许任何拥有xyz帐户的人通过手机或移动设备访问其符合条件的帐户。您可以查看余额,每周7天,每天24小时查看最近的帐户活动。我们的应用程序提供了不同的访问帐户的方式:下载适用于iPhone®的移动应用程序。

他分享的屏幕截图显示“应用程序需要更新。该应用程序无法与iOS 11一起使用。应用程序的开发人员需要更新它才能实现兼容性。”

我添加了64位架构。 在此处输入图像描述 请提供一些解决方案来解决此问题。

64位架构不是问题,您的快照也没有显示任何有问题的内容。

应用程序拒绝原因明确指出,关于应用程序的Description包含有关苹果硬件/软件技术的信息,该信息未正式发布或处于Beta版本模式。

从您的应用中删除此类信息。 这是第2.3节的Apple指南 。 仔细检查每个点,看看你在应用中违反了什么。

以下是Apple关于使用预发布SDK的许可协议。
SDK内部使用许可和限制
预发行SDK的机密性质 :在本期间,Apple可能会不时向您提供构成Apple机密信息的SDK的预发行版本,并受本协议的保密义务的约束。 不应依赖此类预发布版本以与最终发布的商业级产品相同的方式执行,也不应将其与未充分和定期备份的数据一起使用。 如果没有与Apple签订单独的协议,则不允许分发使用SDK创建的应用程序。

对于这个声明:
应用程序需要更新。 该应用程序不适用于iOS 11.该应用程序的开发人员需要更新它以实现兼容性。

Use Xcode 8.3.3 and set support of latest programming language 。 因此,它与兼容Xcode 9和iOS 11兼容。

将应用程序上传到appstore时,我想出了这种情况。 拒绝的反应是

PLA 2.3

您的应用程序或其元数据包含对Apple软件或硬件的预发布版本的引用。 具有兼容性参考版本的iOS SDK或预发布的Apple硬件的应用程序不符合Apple开发人员计划许可协议。

具体而言,第2.3节规定:

“Apple可能会向您提供Apple软件的预发布版本或构成Apple机密信息的相关服务,并受本协议的保密义务的约束。”

我之前使用的是xcode 9 beta,但是我使用xcode8重建项目并提交它。 我正在寻找帮助删除ios11相关服务,可能是我将清理所有版本并尝试上传最新版本。 希望,我希望xcode9 GM即将推出……