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.
You need to add
UIRequiredDeviceCapabilities
key toinfo.plist
file and setstill-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.