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
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.
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