hello everyone 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 Re
The deployment target is there in the project summary page of xcode
Happy Coding :)
The minimum version supported of your app is set in the summary section of your project. Look for deployment target
. If you specify 4.3
for example in that field it means that you are supporting all version starting from 4.3
. Double check your settings.
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