iOS deployment target change from one version to the next

后端 未结 1 454
情话喂你
情话喂你 2021-01-19 21:59

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 versio

相关标签:
1条回答
  • 2021-01-19 23:04

    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

    0 讨论(0)
提交回复
热议问题