简体   繁体   English

有一个与 iOS 11 - iO12 兼容的版本和另一个与 iOS13 (swiftUI) 兼容的版本

[英]Have a version compatible with iOS 11 - iO12 and another with iOS13 (swiftUI)

I have my app approved in the appstore:我的应用已在应用商店中获得批准:

  • Version 1 made with SwiftUI for iOS13 ↑使用 SwiftUI for iOS13 制作的版本 1 ↑
  • Version 2 made with Storyboard for iOS11 - iOS13使用 Storyboard for iOS11 - iOS13 制作的第 2 版
  • Version 3 made with with SwiftUI for iOS13 ↑ (Future versions all with swiftUI)使用 SwiftUI for iOS13 制作的版本 3 ↑(未来版本均使用 swiftUI)

What I need is that for older devices (with iOS12 below allow them to download version 2)我需要的是对于较旧的设备(下面的 iOS12 允许他们下载版本 2)

When I uploaded version 2, the software with iOS12 - iOS12 could download it, but when I upload version 3 it can no longer be downloaded, it forces you to have iOS13.当我上传版本2时,iOS12-iOS12的软件可以下载它,但当我上传版本3时,它不再下载,它迫使你有iOS13。

So how can I do to have a version of my mod app for people who have devices with iO12 and earlier a compatible version appears and those who have iOS13 can download the latest version.那么我该怎么做才能为拥有 iO12 及更早版本设备的人提供我的 mod 应用程序版本,并且出现兼容版本并且拥有 iOS13 的人可以下载最新版本。

If I send the version for iOS 11 - iOS 12 as a new app, can you approve it?如果我将 iOS 11 - iOS 12 的版本作为新应用程序发送,您能批准吗?

The most common practice I've seen is to make your current app only support iOS 13, but release a new version for older OS's called My App - Legacy Edition or something in that vein.我见过的最常见的做法是让您当前的应用程序仅支持 iOS 13,但为旧操作系统发布一个名为My App - Legacy Edition的新版本或类似的东西。 It allows all your existing customers to continue with the version they have installed, but also lets slow upgraders find your app in the App Store.它允许您的所有现有客户继续使用他们已安装的版本,但也允许缓慢的升级者在 App Store 中找到您的应用程序。 Hope that helps!希望有帮助!

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

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