简体   繁体   English

iOS部署目标从一个版本更改为另一个版本

[英]iOS deployment target change from one version to the next

I know you can change the deployment target when you build the app. 我知道您可以在构建应用程序时更改部署目标。 Let's say I have version 1.0 of the app built with deployment target set to 6.0. 假设我已经构建了1.0版本的应用,并将部署目标设置为6.0。 If I now release version 1.1 and set deployment target to 7.0, the question is what happens to owners of iOS 6 devices running version 1.0 if they connect to itunes and sync? 如果我现在发布版本1.1并将部署目标设置为7.0,那么问题是,如果运行版本1.0的iOS 6设备的所有者连接到iTunes并进行同步,会发生什么情况? Will their 1.0 version be deleted or is it that they simply will not see version 1.1 available? 他们的1.0版本会被删除还是仅仅是他们看不到1.1版本可用?

They will not be able to download and install version 1.1 unless they upgrade to iOS7. 除非升级到iOS7,否则他们将无法下载和安装1.1版。 They will not lose version 1.0, that will remain on their device. 他们不会丢失1.0版本,而该版本将保留在他们的设备上。 Users with older iOS version (in your case 6.0) will be able to continue downloading version 1.0 even after 1.1 has been released. 拥有较旧iOS版本(在您的情况下为6.0)的用户即使在1.1发行后也可以继续下载1.0版本。

See the article below for more details: 有关更多详细信息,请参见下面的文章:

App Resurection 应用程式防护

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

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