How to add specific requirements while submitting iOS app to Apple Store?

1.9k Views Asked by At

I am ready to submit my iOS application to Apple Store. But I want to add specific requirements such as "app requires iOS 4 or greater ,iphone 4 , ipod touch 4g,ipad ,camera & multitasking support". I don't know where should I set these requirements.

I set the base sdk & deployement target to 4.0.

Any help is appreciated. Thanks.

3

There are 3 best solutions below

4
On BEST ANSWER

You need to add UIRequiredDeviceCapabilities key to info.plist file and set still-camera value. Here is a table of all possible iDevice requirements.

As for target iOS version and backgrounding it's right to set deployment target at least 4.0.

1
On

I got it. Brigadir is right. When you setUIRequiredDeviceCapabilities key to info.plist file & set the required values then it will automatically list the devices required. See Appendix C: Device Compatibility Matrix in itunes_connect_developer_guide.pdf.

4
On

If you require iOS 4, you already have multitasking support. There's no way (that I know of) for any user to disable that.

Camera is trickier though. Make it very clear in your app description that your app requires a camera. And that caveat ("you must have a camera") should keep non-camera device using people from downloading.