如何在提交iOS应用到苹果商店添加特定的要求

如何在提交iOS应用到苹果商店添加特定的要求

本文介绍了如何在提交iOS应用到苹果商店添加特定的要求?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经准备好提交我的iOS应用程序的苹果商店。但我想补充的具体要求,如应用程序需要iOS 4或更高版本,iPhone 4,iPod touch的4G,iPad的摄像头和放大器;多任务的支持。我不知道我应该设置这些要求。

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.

我设置的基本SDK&安培; deployement目标为4.0。

I set the base sdk & deployement target to 4.0.

任何帮助是AP preciated。谢谢你。

Any help is appreciated. Thanks.

推荐答案

您需要添加 UIRequiredDeviceCapabilities 的info.plist 文件,并设置还是相机值。
这里是所有可能的iDevice要求的表格。

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

至于目标IOS版本和一个后台无疑是正确的设置部署目标至少为4.0。

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

这篇关于如何在提交iOS应用到苹果商店添加特定的要求?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-03 11:10