I am developing one iphone app. But I want to restrict my app to install only on device swith Retina Display. So my decision is to add UIRequiredDeviceCapabilities key in plist file with front facing camera required so that my app will install on only devices with Retina Display.
So my question is does Apple reject my app as my app doesn't use front facing camera still I have added it to UIRequiredDeviceCapabilities ? Also anybody has any other solution to restrict the to install on devices with Retina Display only?
Any kind of help is appreciated. Thanks.