设备 Xcode iPhone 编程选择
我想知道如何在 Xcode 中限制 iPhone 应用程序只能在 iPod Touch 上运行。我是否要编辑项目中的 .plist 文件,或者 iTunes Connect 可以处理该文件吗?另外,所需的设备功能可选 plist 条目是什么意思?
I was wondering how to restrict an iPhone app only to run on an iPod Touch in Xcode. Do I edit the .plist file that is in the project or can iTunes Connect handle that? Also what does the required device capability optional plist entry mean?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以仅限制为 iPhone,但据我所知,无法限制为仅 Touch 设备。
由于 iPhone 是 Touch 的严格超集,因此没有理由需要这样的限制。
You can limit to the iPhone alone, but there's no way to limit to just Touch devices that I know of.
Since the iPhone is a strict superset of the Touch, there's no reason to need such a limit.
我不得不将我的应用程序限制在 iPhone 上,因为它是一个 GPS 应用程序,因此只能在 iPhone 上运行,所以苹果拒绝了它,因为它在 plist 中不受限制
I had to limit mine to iphone only because it was a GPS app therefore can only be run on an iPhone so apple denied it because it wasnt limited in the plist