Is this possible? I want to target iOS 4.0 and the iPhone 4 device in my App Store distribution build. How would I do that?
Thanks!
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.
Applications can (and should) be limited to specific device capabilities, not to specific models – you can use
UIRequiredDeviceCapabilitiesin application info.plist file for that (check the list of available keys here in “iTunes requirements” section.)So the key to be used will depend to what functions your application require,
it seems you can usefront-facing-cameraas only iphone4 currently has that.