我如何在App Store仅适用于iPhone 3G S或更快的设备上使用我的应用程序? [英] How do I make my application available on the App Store only for iPhone 3G S or faster devices?

查看:153
本文介绍了我如何在App Store仅适用于iPhone 3G S或更快的设备上使用我的应用程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有运行速度慢在iPhone 3G,但速度不够快,在iPhone 3G S。

I have an app that runs slowly on an iPhone 3G but is fast enough on an iPhone 3G S.

有没有办法来限制应用只为iPhone 3G S和更快的设备可用?我想避免差评,因为3G甚至2G用户下载,然后抱怨太慢。

Is there a way to limit the app to be available only for iPhone 3G S and faster devices? I would like to avoid bad comments because 3G or even 2G users download it and then complain about it being too slow.

推荐答案

您可以设置通过在 UIRequiredDeviceCapabilities 键提供值来使用你的应用程序所需的最低限度的能力你的应用程序Info.plist中。在这种情况下,我建议使用 opengles-2 的能力,因为与后的iPhone 3G的所有iOS设备运行更快的硬件支持OpenGL ES 2.0的,没有的那些的在这之前做的。

You can set minimum capabilities required to use your application by providing values for the UIRequiredDeviceCapabilities key in your application's Info.plist. In this case, I'd recommend using the opengles-2 capability, because all iOS devices with the post-iPhone 3G S faster hardware support OpenGL ES 2.0 and none of the ones before that do.

更多关于这些功能的看到苹果的文档<一个href=\"http://developer.apple.com/iphone/library/documentation/General/Reference/InfoPlistKeyReference/Articles/iPhoneOSKeys.html\"相对=nofollow>这里。

For more on these capabilities see Apple's documentation here.

这篇关于我如何在App Store仅适用于iPhone 3G S或更快的设备上使用我的应用程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆