简体   繁体   中英

How to mark an iPhone app iOS8 only?

I'm working on an iPhone app that should be only available for iOS 8+ users. How to make that work?

You have to set right deployment target in the General options in XCode.

在此处输入图片说明

The deployment target setting specifies the lowest operating system version that your app can run on. For example, the lowest available setting for iPad apps is iOS 4.3.

Source: Apple documentation

Change the deployment target in the project editor.

在此处输入图片说明

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