简体   繁体   English

在 xcode 10.1 上制作的 iOS 应用程序会在 iOS 版本 13 或更高版本上运行吗?

[英]Will iOS app made on xcode 10.1 run on iOS version 13 or later?

I am making an iOS app on xcode 10.1 on MacBook air mid 2011 (macOS high sierra 10.13.6).我在 2011 年中期的 MacBook Air(macOS 高山脉 10.13.6)上的 xcode 10.1 上制作 iOS 应用程序。 I have a question that if I deploy this app on App store.我有一个问题,如果我在 App Store 上部署这个应用程序。 Will it also be available for iPhones running iOS 13 or later?它是否也适用于运行 iOS 13 或更高版本的 iPhone? as xcode 10.1 only supports SKDs for iOS 12因为 xcode 10.1 仅支持 iOS 12 的 SKD

Thanks in advance for any kind of guidance in this regard:)提前感谢您在这方面的任何指导:)

Yes, apps built with an older SDK will generally run on newer versions of iOS.是的,使用较旧的 SDK 构建的应用程序通常可以在较新版本的 iOS 上运行。 There are thousands of apps on the App Store that were built before iOS 13 was available and they still run. App Store 上有数千个应用程序是在 iOS 13 可用之前构建的,它们仍然可以运行。

Now, the bad news.现在,坏消息。 After June 30, 2020 all apps submitted to the App Store must be built against the iOS 13 SDK (The original deadline was April 30). 2020 年 6 月 30 日之后,所有提交到 App Store 的应用程序必须针对 iOS 13 SDK 构建(原截止日期为 4 月 30 日)。

So, in a little over a month you will need to use Xcode 11 to submit new or updated apps.因此,在一个多月后,您将需要使用 Xcode 11 来提交新的或更新的应用程序。

Yes, apps made on Xcode 10.1 will work on IOS version 13 or later是的,在 Xcode 10.1 上制作的应用程序将在 IOS 版本 13 或更高版本上运行

However, There is a deadline on June 30th 2020 to submit app made through Xcode 11.但是,提交通过 Xcode 11 制作的应用程序的截止日期为 2020 年 6 月 30 日。

In few month, all apps must be made with Xcode 11 to be submitted to the app store.几个月后,所有应用必须使用 Xcode 11 制作才能提交到应用商店。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM