限制iphone应用只能在配备Retina显示屏的设备上安装(iphone 4/4S) [英] Restrict the iphone app to install on only devices with Retina Display (iphone 4 / 4S )

查看:172
本文介绍了限制iphone应用只能在配备Retina显示屏的设备上安装(iphone 4/4S)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在开发一个iPhone应用程序.但我想限制我的应用只能安装在带有Retina Display的设备上.因此,我的决定是在需要前置摄像头的plist文件中添加UIRequiredDeviceCapabilities键,以便我的应用只能安装在具有Retina Display的设备上.

I am developing one iphone app. But I want to restrict my app to install only on device swith Retina Display. So my decision is to add UIRequiredDeviceCapabilities key in plist file with front facing camera required so that my app will install on only devices with Retina Display.

所以我的问题是Apple是否拒绝我的应用程序,因为我的应用程序仍未使用前置摄像头,但我已将其添加到UIRequiredDeviceCapabilities中? 还有人有其他解决方案来限制将其安装在仅具有Retina Display的设备上吗?

So my question is does Apple reject my app as my app doesn't use front facing camera still I have added it to UIRequiredDeviceCapabilities ? Also anybody has any other solution to restrict the to install on devices with Retina Display only?

任何帮助都将受到赞赏.谢谢.

Any kind of help is appreciated. Thanks.

推荐答案

没有直接要求仅在Retina设备上安装,但是对于具有视网膜的iPhone/iPod Touch,您可以将front-facing-camera要求设置为UIRequiredDeviceCapabilities词典. 前置摄像头仅在iPhone 4或更高版本以及iPod Touch 4th gen或更高版本上可用

There is no direct requirement for installing only on Retina devices, but for iPhone/iPod Touch with retina you can set front-facing-camera requirement to UIRequiredDeviceCapabilities dictionary. Front facing camera available only on iPhone 4 or later and iPod Touch 4th gen or later

PS:如果您的应用程序无法在此相机上运行,​​这看起来像是骇客,所以我不确定要审查流程.

PS: It's look like a hack if your application doesn't work with this camera, so I'm not sure about reviewing process.

这篇关于限制iphone应用只能在配备Retina显示屏的设备上安装(iphone 4/4S)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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