Xcode:如何将应用程序设置为仅限 iPhone?

Xcode : How To Set App To Be iPhone Only?(Xcode:如何将应用程序设置为仅限 iPhone?)
本文介绍了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?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Why local notification is not firing for UNCalendarNotificationTrigger(为什么没有为UNCalendarNotificationTrigger触发本地通知)
iOS VoiceOver functionality changes with Bundle Identifier(IOS画外音功能随捆绑包标识符而变化)
tabbar middle tab out of tabbar corner(选项卡栏中间的选项卡角外)
Pushing UIViewController above UITabBar(将UIView控制器推送到UITabBar上方)
How can I sync two flatList scroll position in react native(如何在本机Reaction中同步两个平面列表滚动位置)
Get an event when UIBarButtonItem menu is displayed(显示UIBarButtonItem菜单时获取事件)