本文介绍了iOS部署目标的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如果在提交给应用商店时将我的应用的部署目标设置为iOS 4.2,则iOS 3.2(或任何低于4.2)的用户能够下载并安装该应用,并且该应用将不会运行不能下载和安装应用程序本身?
IF I set the deployment target for my app to iOS 4.2 when submitting to app store, will users with iOS 3.2 (or anything below 4.2) be able to download and install the app and the app won't run or will they not be able to download and install the app itself?
谢谢。
推荐答案
他们将无法安装和运行应用程序(直到他们将设备上的操作系统升级到部署目标或以上版本)。但是他们可能可以在Mac或PC上使用iTunes购买和下载该应用。
They won't be able to install and run the app (until they upgrade the OS on their device to that of the Deployment Target or above). But they might be able to buy and download the app using iTunes on their Mac or PC.
这篇关于iOS部署目标的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!