I am developing one application for iphone. But I want to limit my application to install it only on a Retina Display device. So my solution is to add the UIRequiredDeviceCapabilities key to the plist file with the front camera required to install my application only on devices with Retina display.
So my question is that Apple rejects my application, since my application does not use the front camera, but I added it to UIRequiredDeviceCapabilities? Also, does anyone have any other solution to restrict installation on devices with a Retina display?
Any help is appreciated. Thanks.
source share