The application can be downloaded from AppStore for iPhone 5 only

谁说胖子不能爱 提交于 2019-12-10 11:30:04

问题


I want that users can download my app from AppStore only for iPhone 5.

I tried to set valid architecture to armv7s, but got the message

"The key UIRequiredDeviceCapabilities contains value 'armv7s' which is incompatible with the MinimumOSVersion value of '6.0'"

If I add only armv7 to "Required device capabilities" all working good, but for other iPhones too... that is not what i need.

Thanks


回答1:


I simply think its not possible because it doesn't use another architecture than the 4 or 4s and there's nothing unique like gyroscop/compass what the 4/4s don't have. This was used previously for separation. What iPhone5 only requirement do you have? My idea would be to write ist in the description and hope the User will read it.




回答2:


According to this answer you can use UIRequiredDeviceCapabilities to prevent installation on device.

But according to Device Compatibility Matrix there is nothing unique for iPhone 5 to use in UIRequiredDeviceCapabilities to prevent installation.



来源:https://stackoverflow.com/questions/15827685/the-application-can-be-downloaded-from-appstore-for-iphone-5-only

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!