iPhone应用程序需要启动画面吗?

这是我第一次总结我的应用程序。 我从文档中知道应该指定启动图像,但是我创建了自己的启动视图(带有uilabel和uiimageview的viewcontroller)并且它工作得很好。 但如果我不制作发射图像,我恐怕不被接受。 有人可以给我一些建议吗?

Apple引用:

自定义图标和图像:
– 应用程序图标(所有应用程序都需要)
– App Store的应用程序图标(所有应用程序都需要)
– 启动图像(所有应用程序都需要)
– […]

如果未指定启动图像,则确实会拒绝该应用。
只需截取您的自定义启动查看器的截图,这就是全部:)

是。 这是必需的。 http://developer.apple.com/library/ios/#documentation/userexperience/conceptual/mobilehig/IconsImages/IconsImages.html 在此处输入图像描述

这也是世界上最容易的任务。 您只需将图像设置为启动/启动图像即可。

更新:来自Apple HIG: Design a launch image that is identical to the first screen of the app. The launch image gives users the impression that your app is fast and responsive because it appears instantly and is quickly replaced by the first screen of your app. Design a launch image that is identical to the first screen of the app. The launch image gives users the impression that your app is fast and responsive because it appears instantly and is quickly replaced by the first screen of your app.

更新链接: https //developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/LaunchImages.html#//apple_ref/doc/uid/TP40006556-CH22-SW1

要将应用提交到app store,您需要启动图片 。 您不需要在Interface Builder中或以编程方式构建它,它只是一张图片。 您可以通过运行iPhone模拟器并截取屏幕快速轻松地完成此操作。 然后,您只需将图像复制到目标文件夹中,并指定要用作启动图像的图像:

在此处输入图像描述

只需将图像文件拖到框中即可。

以下是有关应用程序图像要求的Apple文档: 自定义图标和图像创建指南 。

不,不需要设置启动图像。