I wish to make my app only compatible with 4 inch screens and above. Is there a simple way that I can do this? One of my ideas was to set required device capabilities in the plist so it only includes the iPhone 5 and above's processor, but I don't know how to implement this. Thanks!
Asked
Active
Viewed 202 times
0
-
You should have a look at http://stackoverflow.com/questions/25351526/are-we-still-support-iphone-3-5-screen-to-meet-app-store-guidelines – rmaddy Oct 13 '14 at 22:15
-
So then this is not possible? – Alex Wulff Oct 13 '14 at 22:39