arm64 首发二月号

arm64 starting February issue

Apple 宣布不允许上传没有 arm64 的应用程序。

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

我有几个问题:

  1. 是否只针对新应用?
  2. 或 App Store 上的现有应用程序(不支持 arm64) 会被删除吗?
  3. 或者从这个日期开始,我将无法更新 App Store 上的现有应用程序?

P.S。对我来说很重要,因为我用的是tokbox sdk,不支持arm64

有一个slightly more detailed announcement:

As we announced in October, 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.

因此,对于 应用,截止日期为 2015 年 2 月 1 日。现有应用仍可提交仅 32 位更新,但从 2015 年 6 月 1 日开始,即使现有应用也必须提交更新时也支持 64 位。

现有应用很可能不会被删除,即使在 6 月 1 日截止日期之后也不会。但如果更新不包含 64 位支持,他们将拒绝提交的更新。据我所知,Apple 尚未删除任何现有应用程序,仅仅是因为它们 "outdated".