Search code examples
iosrequirementsapp-store

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


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.


Solution

  • 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.