简体   繁体   中英

How can I make my iOS app backward compatible?

I've built an app for iOS 8 with xCode 6. The app is already on the app store. How can I make it available for people who are still using iOS 7 or even 6?

if you change iOS deployment target 8.0. then people has os lower then 8.0 not able to download this new version.

to available for them ,you have to set iOS deployment target to 6.0 or 7.0. img

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