限制应用程序只有iPhone5的工作吗? [英] Limit the app working on iPhone5 only?

查看:125
本文介绍了限制应用程序只有iPhone5的工作吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我GOOGLE了一下,但没有来到任何结论:

I googled about it but didn't came to any conclusion :

我能否限制我的应用程序仅适用于iPhone5的设备?

Can I limit my app to work only for iPhone5 device?

**可能是这样的的.plist文件**或任何其他API

**May be something like this in .plist file ** or any other API

<key>UIRequiredDeviceCapabilities</key>
<array>
    <string>iPhone5</string>
</array>

不管怎样,如果这是可以实现的,然后可以通过我的应用程序商店的审批程序绕过?由于高达我所知,它可能会显示在MetaData错误,如果我不上传截图的iPhone4 / 4S。

Anyhow, if this is achievable then can I bypass through app store approval process ? Since upto my knowledge, it may show the MetaData error if I don't upload the screenshots for iPhone4/4S.

所以,只要我想有我的应用程序对iPhone5的环境中运行only.Please建议我为同一个适当的方式。

So, simply I would like to have my app running on iPhone5 environment only.Please suggest me proper way for the same.

谢谢,

推荐答案

有关iPhone 5的设置UIRequiredDeviceCapabilities armv7s(iPhone 5,iPad的4)

For iPhone 5 set the UIRequiredDeviceCapabilities armv7s (iPhone 5, iPad 4)

<key>UIRequiredDeviceCapabilities</key>
<array>
    <string>armv7s</string>
</array>

这篇关于限制应用程序只有iPhone5的工作吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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