How to set minimum required Ios version?

后端 未结 3 1170
悲&欢浪女
悲&欢浪女 2021-01-11 18:36

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

相关标签:
3条回答
  • 2021-01-11 18:56

    The deployment target is there in the project summary page of xcode

    Set the value here Happy Coding :)

    0 讨论(0)
  • 2021-01-11 19:04

    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.

    0 讨论(0)
  • 2021-01-11 19:15

    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

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