简体   繁体   中英

How to specify that our app need IOS 6?

Should we specify that at itunes connect?

Is there something on plist file?

Where exactly should we specify that?

I need to ensure that those with IOS 5 cannot download my app. I've heard only 3% of such people anyway.

Yes by latest statistics released by Apple at their Key Note there are less then 5% of iOS active devices out there.

However, you do not specify the deployment target via itunesconnect. You do so in your xcode projects settings. From the list of TARGETS you choose your app and select "6.0" as your DEPLOYMENT TARGET. You also do the same for your PROJECT.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM