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

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

问题描述

我有一个应用程序在 iPhone 3G 上运行缓慢,但在 iPhone 3G S 上运行速度足够快.

有没有办法将应用程序限制为仅适用于 iPhone 3GS 和更快的设备?我想避免不好的评论,因为3G甚至2G用户下载它然后抱怨它太慢了.

解决方案

您可以通过为应用程序的 Info.plist 中的 UIRequiredDeviceCapabilities 键提供值来设置使用应用程序所需的最低功能.在这种情况下,我建议使用 opengles-2 功能,因为所有配备 iPhone 3GS 后更快硬件的 iOS 设备都支持 OpenGL ES 2.0,而之前的设备均不支持.>

有关这些功能的更多信息,请参阅 Apple 的文档 这里.

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

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.

解决方案

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.

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

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

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