Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS deployment target

Tags:

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?

Thanks.

like image 272
Hetal Vora Avatar asked Apr 07 '11 22:04

Hetal Vora


1 Answers

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.

like image 151
hotpaw2 Avatar answered Sep 23 '22 01:09

hotpaw2