ios - 适用于 App Store 中新发布的最小部署目标

标签 ios xcode app-store deployment-target

在此link ,我们可以找到苹果公司的一份声明,内容如下:

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 构建,这是给定的)。

关于ios - 适用于 App Store 中新发布的最小部署目标,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55496600/

相关文章:

ios - 未观察到 KVC NSKeyValueChangeRemoval

ios - 快速将十六进制转换为十进制

swift - Xcode错误:中止陷阱6

Xcode无法确定编译使用

iphone - 在不同版本的操作系统上测试 iPhone 软件

ios - 在 iPhone 上加载数据文件?

ios - 如何将核心数据信息从 TableView 传递到 View Controller ?

ios - 使用重复规则将 EKAlarm 添加到 EKReminder

ios - 管理订阅购买的时间 - iOS

app-store - 首先要提交的内容:通过应用二进制购买应用?