iOS 64 位要求 : what's the definition of "new apps" in this case?

标签 ios 64-bit app-store-connect

Apple 将 64 位新 iOS 应用程序的截止日期定在 2 月 1 日。据我所知,整个需求文本如下:

Starting February 1, 2015, new iOS apps uploaded to the App Store must include 64-bit support and be built with the iOS 8 SDK, included in Xcode 6 or later. 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.

https://developer.apple.com/news/?id=10202014a

这是什么意思? “上传”的意思有先例吗?它是否涵盖在 iTunes Connect 中创建但尚未提交的应用程序?或者应用程序上传到新的 testflight beta 服务?或提交但尚未批准的应用程序?或已批准但尚未发布的应用程序?是否有关于此的更深入的文档?

最佳答案

我认为"new"表示 App Store 中应用程序的第一个版本。 而“更新”表示任何后续版本。

我刚刚发布了一个只有 32 位的更新,但没有收到 arm64 警告。

但大约一个月前确实在一个新应用上看到了警告。

更新截止日期为6月1日

https://developer.apple.com/news/?id=12172014b

关于iOS 64 位要求 : what's the definition of "new apps" in this case?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27903058/

相关文章:

javascript - 有没有办法在 Javascript 中正确地乘以两个 32 位整数?

ios - 仅在发布版本上应用内购买无效产品 ID

ios - 如何在没有开发帐户的情况下分发应用程序进行测试?

ios - 为什么我用于 UIBarButtonItem 的 UIButton 的高度没有变化?

ios - arm64 标志类似于 arc 标志 (-fno-objc-arc)

c++ - 在 64 位系统上更大的指针有什么好处?

ios - 编辑我的应用说明会重置我的应用评级吗?

ios - 无论是通过手刹还是通过ffmpeg,我都无法获得1334x750的分辨率

ios - 如何在 iOS 7 上以兼容模式调试应用程序?

ios - CollectionView 中的刷新数据不起作用 Swift