Xcode : How To Set App To Be iPhone Only?(Xcode:如何将应用程序设置为仅限 iPhone?)
问题描述
我们已将以下应用设置设置为仅限 iPhone,但在 App Store 中该应用被列为兼容 iPhone/iPad.
We have set the following app settings to be iPhone only, but in the App Store the app is listed as iPhone/iPad compatible.
如下图所示,设备系列设置为 iPhone:
As you can see in the following image, the device family is set to be just iPhones:
这是应用程序:http://itunes.apple.com/us/app/carrom-pro/id525961441?mt=8.
这些设置有什么问题吗?
Is there anything wrong with these settings?
推荐答案
所有 iPhone 应用程序也可以在 iPad 上运行,只是不能全屏"(见下图).应用程序可以分别为 iPhone 和 iPad 设计,也可以是通用应用程序,其中包含 iPhone 和 iPad 的资源(接口、设备处理等).
All iPhone applications can be run on the iPad as well, just not "fullscreen" (see image below). Applications can be designed for iPhone and iPad separately, or a universal app, which contains the resources for both iPhone and iPad (interfaces, device handling, etc.).
用户会注意到专为 iPhone 设计的应用程序周围有一个灰色容器.通用应用会自动为设备选择正确的界面.
The user will notice a gray container around an application that is designed for iPhone. Universal apps will automatically choose the correct interface for the device.
在 iTunes Store 中,价格旁边带有蓝色加号的应用程序是通用应用程序:
In the iTunes Store, applications with a blue plus symbol beside the price are Universal applications:
这篇关于Xcode:如何将应用程序设置为仅限 iPhone?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Xcode:如何将应用程序设置为仅限 iPhone?


基础教程推荐
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01