简体   繁体   English

转换为通用应用程序的iPad应用程序出现在iPhone新应用程序中吗?

[英]iPad app converted as Universal app appears in iPhone new apps?

I have an iPad app in the App Store and I'm currently converting it to iPhone as an Universal app. 我在App Store中有一个iPad应用程序,目前正在将其作为通用应用程序转换为iPhone。 I'm wondering if this app will appear in the App Store as a new app for iPhone? 我想知道这个应用程序是否会作为iPhone的新应用程序出现在App Store中?

No, there will be one app. 不,会有一个应用程序。 Wich will be the same download as iPad and iPhone. Wich的下载与iPad和iPhone相同。 Just update it. 只是更新它。

A universal app is a single app that is optimized for iPhone, iPod touch, and iPad devices. 通用应用程序是针对iPhone,iPod touch和iPad设备进行了优化的单个应用程序。 Providing a single binary that adapts to the current device offers the best user experience but, of course, involves extra work on your part. 提供适合当前设备的单个二进制文件可提供最佳的用户体验,但是当然,这需要您付出额外的工作。 Because of the differences in device screen sizes, most of your window, view, and view controller code for iPad is likely to be very different from the code for iPhone and iPod touch. 由于设备屏幕尺寸的差异,iPad的大多数窗口,视图和视图控制器代码可能与iPhone和iPod touch的代码完全不同。 In addition, there are things you must do to ensure your app runs correctly on each device type. 此外,还必须执行一些操作以确保您的应用在每种设备类型上都能正确运行。

Xcode provides built-in support for configuring universal apps. Xcode提供了用于配置通用应用程序的内置支持。 When you create a new project, you can select whether you want to create a device-specific project or a universal project. 创建新项目时,可以选择要创建设备特定项目还是通用项目。 After you create your project, you can change the supported set of devices for your app target using the Summary pane. 创建项目后,可以使用“摘要”窗格更改应用程序目标所支持的设备集。 When changing from a single-device project to a universal project, you must fill in the information for the device type for which you are adding support. 从单设备项目更改为通用项目时,必须填写要为其添加支持的设备类型的信息。

For more detail Refer This Link 有关更多详细信息, 请参见此链接

I think it will appear as new App under iPhone. 我认为它将作为iPhone下的新应用出现。 iTunes App Store, put your App on the new Apps for every update you published. iTunes App Store,对于您发布的每个更新,将您的应用程序放到新的应用程序上。 Since this is universal, so it shall appear under both iPhone and iPad 由于这是通用的,因此它将同时出现在iPhone和iPad下

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM