简体   繁体   English

不包括iPhone3GS和下载我的应用程序

[英]Excluding iPhone3GS and down from downloading my app

How can I exclude iPhone 3GS users and below from downloading my app? 如何排除iPhone 3GS用户以及下载我的应用程序? I know this has been asked, but the app store changes rapidly, so I want to make sure I am doing it the right way. 我知道这已被问到,但应用程序商店变化很快,所以我想确保我以正确的方式做到这一点。 Is there any place to select what to exclude in the build settings? 有没有地方可以在构建设置中选择要排除的内容? Or do I have to set UIRequirements? 或者我必须设置UIRequirements?

PS: The reason I want to exclude them is because my GUIElements would be out of place. PS:我想排除它们的原因是因为我的GUIElements不合适。

You can use the property UIRequiredDeviceCapabilities , you set this options in the properties list (plist) file found in your Xcode project. 您可以使用属性UIRequiredDeviceCapabilities ,在Xcode项目中找到的属性列表(plist)文件中设置此选项。 If you want to exclude iPhone 3GS and lower you could test for a front-facing camera. 如果您想要排除iPhone 3GS以及更低版本,您可以测试前置摄像头。

Good luck! 祝好运!

Source. 资源。

您可以使用UIRequiredDeviceCapabilities并要求该应用程序具有前置摄像头

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM