简体   繁体   中英

I only want my app to support the iPhone 5 and iPod touch 5th gen how do I set it so it won't be allowed for download by other devices?

The app I created is only designed to support the iPhone 5 and iPod touch 5th Gen because of their resolution. How do I set it up so that it can only be downloaded and be installed on iPhone5s or iPod Touch 5th gen devices? Thanks

Possible duplicate of this question

Apple Appstore has no such feature as on Android Market to filter devices on which app can be downloaded. However you can specify required device capabilities in info.plist by using UIRequiredDeviceCapabilities key. You can find possible values in this Apple Documentation

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