Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I limit an iOS app only to 4 inch screen devices?

Tags:

xcode

ios

Is there a setting in Xcode that lets me declare that my app only supports 4" screen devices (iPhone 5 and the newest iPod Touch)?

like image 235
Kyle Avatar asked Jul 27 '13 23:07

Kyle


1 Answers

Nope.

Because iOS 7 supports devices with 3.5" screens, you can't use the only-support-iOS-x technique.

Also, there isn't a setting in Xcode or a key for requiredDeviceCapabilities which allows you to make the app 4-inch only.

like image 170
Undo Avatar answered Sep 23 '22 00:09

Undo