iOS部署目标从一个版本更改为下一个版本 [英] iOS deployment target change from one version to the next

查看:278
本文介绍了iOS部署目标从一个版本更改为下一个版本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我知道您可以在构建应用时更改部署目标。假设我有部署目标设置为6.0的应用程序版本1.0。如果我现在发布版本1.1并将部署目标设置为7.0,那么问题是运行1.0版的iOS 6设备的所有者如果连接到iTunes并同步会发生什么?他们的1.0版本会被删除,还是他们根本看不到版本1.1?

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. 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? Will their 1.0 version be deleted or is it that they simply will not see version 1.1 available?

推荐答案

他们将无法下载并安装1.1版,除非他们升级到iOS7。他们不会丢失版本1.0,它将保留在他们的设备上。
使用旧iOS版本(在您的情况下为6.0)的用户即使在1.1版本发布后也能继续下载1.0版本。

They will not be able to download and install version 1.1 unless they upgrade to iOS7. They will not lose version 1.0, that will remain on their device. 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.

请参阅下面的文章更多详情:

See the article below for more details:

App Resurection

这篇关于iOS部署目标从一个版本更改为下一个版本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆