简体   繁体   English

为主要OS版本设置最低OS版本,同时也允许以前的OS版本?

[英]Set minimum OS version for a major OS version while allowing versions of a previous OS as well?

There are issues plaguing my application when ran on iOS 8.0(.1 and .2 as well), but they may be resolved with iOS 8.1. 在iOS 8.0(以及.1和.2)上运行时,我的应用程序遇到了困扰,但在iOS 8.1中可以解决。 The app works great on iOS 7 though. 该应用程序在iOS 7上运行良好。 I would like to require a minimum of iOS 8.1 to run the app, unless they're running iOS 7 they should be allowed to use the app with any version of iOS 7. Is there any way to specify that, or will I need to just tell people to update to 8.1 when they contact me with problems? 我想要最低限度的iOS 8.1才能运行该应用程序,除非他们正在运行iOS 7,否则应允许它们在任何版本的iOS 7中使用该应用程序。是否有任何方法可以指定它,或者我需要只是告诉人们遇到问题时要更新到8.1?

Can't be done. 不能做 You need to make your app work better with iOS 8.0.x or do as you said - tell people to update. 您需要使您的应用程序在iOS 8.0.x上更好地工作,或者按照您所说的做-告诉人们进行更新。 Who knows, 8.0.3 could fix all of your problems. 谁知道,8.0.3可以解决您的所有问题。

Either way, there is no mechanism that allows an app to support all but some specific version in the middle of the Deployment Target / Base SDK range. 无论哪种方式,都没有机制允许应用程序在Deployment Target / Base SDK范围的中间支持某些特定版本。

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

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