可用于 App Store 中新发布的最小部署目标

Minimal Deployment target available for new publishings in the App Store

在这个 link 中,我们可以找到 Apple 的声明如下:

You can now submit apps that take advantage of the powerful new capabilities in the next release of iOS, watchOS, and tvOS. Build your apps using Xcode 10 GM seed, test with the latest releases of iOS 12, watchOS 5, and tvOS 12, and submit them for review. Starting March 2019, all new apps and app updates for iPhone, including universal apps, will need to be built with the iOS 12 SDK and support iPhone XS Max. All new apps and app updates for Apple Watch will need to be built with the watchOS 5 SDK and support Apple Watch Series 4.

我知道现在我必须将 Xcode 更新到 10.2,没关系。但我不清楚的是 - 新发布可用的最小部署目标是什么?现在我有一个部署目标为 iOS 9.0 的应用程序。我是否符合 Apple 的最新要求?我是否应该担心我的部署目标?

我在网上搜索的过程中发现有人提出部署目标是"latest-ios-version - 2.0 = deployment-target",但我不知道这种说法是否合法。

如有任何见解,我们将不胜感激。提前致谢!

,您仍然可以发布部署目标为 iOS >8.0 的应用程序。重要的是您的应用程序是否使用 iOS 12 SDK 构建(基本上,如果您使用 Xcode 10 构建,这是给定的)。

从 2021 年 4 月 26 日开始,所有提交到 App Store 的 iOS 和 iPadOS 应用程序都必须使用 Xcode 12 和 iOS 14 SDK 构建。请参阅 https://developer.apple.com/ios/submit 了解更多详情。