Is it possible to publish an app that wont be available to iPhone 4?
I don’t want any iphone4 to see the app inside the AppStore, or at least app store has to reject the purchase.
Is this possible? How?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can’t include or exclude specific devices. I can’t think of any use-case whether that would be desirable so I’m curious to know what yours is!
What you can do is say which features are required. For example, you can say that you need a camera, GPS, WiFi, etc. To do that you need to add the
UIRequiredDeviceCapabilitiesentry to your Info.plist. It’s documented here.