How to set minimum required Ios version?

后端 未结 3 1169
悲&欢浪女
悲&欢浪女 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 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

提交回复
热议问题