Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to set minimum required iOS version?

I have an IOS project which i had set the IOS Deployment Target to 4.3 under Targets > Build Settings. I have Uploaded it to iTunes connect and now it says Requires IOS 6 or later. Also the valid architectures are : armv7 armsv7.

like image 617
veereev Avatar asked Jan 11 '13 10:01

veereev


People also ask

How do I change the minimum iOS version?

The minimum iOS version is the lowest iOS version supported by your app. Users running an older iOS version will not download newer updates of your app from the app store. The minimum iOS version can be set in the build settings under iOS Deployment Target. The same counts for macOS, tvOS, and watchOS.

What is the minimum iOS version?

The minimum supported release of iOS is iOS 11.

What is minimum deployment target iOS?

That is the iOS deployment target or the minimum deployment target for iOS. It means that the application runs on any iOS device with iOS 14.3 or later installed. The values the dropdown menu lists depend on the version of Xcode you are using. Xcode 12, for example, no longer supports iOS 8.

What is the minimum version of?

From now on, the lowest level of Android we'll be supporting is Android 6 (Marshmallow).


1 Answers

Let's say you have set the minimum deployment target to iOS 13 This means your application is compatible with iOS 13 and above devices.

The application won't run on below 13.0 devices but can run on any iOS version greater than iOS 13.0

enter image description here

like image 123
Md Imran Choudhury Avatar answered Oct 19 '22 19:10

Md Imran Choudhury