iOS deployment target change from one version to the next

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-02 01:19:18

问题


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:


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



来源:https://stackoverflow.com/questions/19045995/ios-deployment-target-change-from-one-version-to-the-next

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!