简体   繁体   English

更新最低 iOS 版本后,旧 iOS 用户的应用程序更新

[英]App updates for users on older iOS after updating minimum iOS version

I'm working an update for an app that will increase the minimum iOS version that the app supports, and I'm trying to determine whether users on an older version of iOS will still automatically receive updates for the last supported version.我正在为一个应用程序更新,它将增加该应用程序支持的最低 iOS 版本,并且我正在尝试确定使用旧版本 iOS 的用户是否仍会自动接收最后一个受支持版本的更新。

For instance, suppose I released version 1.8 of my app last week, which supported iOS 12 and above.例如,假设我上周发布了我的应用程序的 1.8 版本,它支持 iOS 12 及更高版本。 This week, I release version 2.0, which increases the minimum iOS version to 13. Would a user running iOS 12 who hadn't yet installed version 1.8 (which was the last to support iOS 12) still see version 1.8 in the App Store updates area, and receive the update automatically if they have automatic updates enabled?本周,我发布了 2.0 版,将最低 iOS 版本增加到 13。运行 iOS 12 且尚未安装 1.8 版(最后支持 iOS 12)的用户是否仍会在 App Store 更新中看到 1.8 版区域,并在启用了自动更新的情况下自动接收更新? (I know they wouldn't see or receive 2.0, since that requires a newer version of iOS.) (我知道他们不会看到或收到 2.0,因为这需要更新版本的 iOS。)

TLDR: Do users on an older version of iOS still receive updates as far as the highest app version that supports their version of iOS, without having to go manually download them? TLDR:使用旧版本 iOS 的用户是否仍会收到支持其 iOS 版本的最高应用程序版本的更新,而无需 go 手动下载?

I received a response from Apple developer support seeming to confirm that updates remain available:我收到了 Apple 开发人员支持的回复,似乎确认更新仍然可用:

If you are dropping support for iOS12, as long as the latest version that is compatible with iOS12 has not been removed in App Store Connect, users who are running iOS12 will be able to update to the latest version that is compatible with their device.如果您要放弃对 iOS12 的支持,只要与 iOS12 兼容的最新版本没有在 App Store Connect 中被删除,运行 iOS12 的用户将能够更新到与其设备兼容的最新版本。

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

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