如何让iPhone应用程序远离iPad商店? [英] How to keep iPhone app out of iPad store?

查看:134
本文介绍了如何让iPhone应用程序远离iPad商店?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个iPhone应用程序,我已经开始变成一个通用的应用程序,但是过程不完整,我想发布iPhone版本的更新。

I have an iPhone app that I have started to turn into a universal app, however the process is not complete and I want to release an update to the iPhone version.

我知道你可以在Info.plist文件中指定设备功能,将你的应用程序限制在某些设备上,但是如何防止未完成的通用版本出现在iPad商店?

I know that you can specify device capabilities in the Info.plist file to restrict your app to certain devices, but how can I do this to prevent the unfinished universal version from appearing in the iPad store?

检查LSRequiresiPhoneOS BOOL条目(在Info.plist文件中)是否足够?

Is checking the LSRequiresiPhoneOS BOOL entry (in the Info.plist file) enough?

谢谢!

推荐答案

你可以使用 UIRequiredDeviceCapabilities 并指定您在info.plist中需要telephony。这将使它远离iPad(以及iPod touch)。请参阅设备支持

You could use the UIRequiredDeviceCapabilities and specify that you require "telephony" in your info.plist. That would keep it off the iPad (and iPod touch too). See Device Support.

这篇关于如何让iPhone应用程序远离iPad商店?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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