iOS app missing screenshot(iOS 应用缺少屏幕截图)
问题描述
自从 iOS 6 发布以来,Apple 要求为您更新的任何应用提供屏幕截图,我在提交应用时遇到了问题!
Since iOS 6 came out and Apple is requiring screenshots for any apps you update, I'm having problems with app submission!
如果我还不想让我的应用支持 iPhone 5 的大屏幕怎么办?
What if I DO NOT want to have my app support the iPhone 5's big screen yet?
我仍然可以在没有屏幕截图的情况下提交我的应用程序吗?因为苹果正在向我发送有关这些丢失屏幕截图的消息!谢谢!
Can I still submit my app without the screen shots? Cause apple is sending me messages regarding these missing screenshots! Thank you!
推荐答案
我在提交不支持 iPhone 5 的更新时遇到了类似的问题.我在 Xcode 中看到一条警告说我缺少Default-568h@2x.png" 启动图像.当我点击 Xcode 中的警告时,我得到了一个添加默认启动图像的选项,我添加了默认图像.当我创建存档并在 Xcode 中验证文件时,一切正常,但是,我最终收到了来自 iTunes 商店的电子邮件,上面写着以下应用程序的状态已更改为缺少屏幕截图".在捆绑了几件事之后,我最终发现我可以从我的项目中删除Default-568h@2x.png"文件并重新提交它,而无需为 iPhone 5 添加新的屏幕截图.我认为"Default-568h@2x.png" 触发需要 iPhone 5 截图.
I had a similar problem when submitting an update that did not include support for the iPhone 5. I saw a warning in Xcode that said I was missing "Default-568h@2x.png" launch image. When I clicked on the warning in Xcode, I was given an option to add a default launch image and I added the default image. Everything worked fine when I created an archive and validated the file in Xcode, however, I eventually got an email from the iTunes store saying "The status for the following app has changed to Missing Screenshot." After tying several things, I eventually figured out that I could remove the "Default-568h@2x.png" file from my project and resubmit it without the requirement to add the new screenshots for the iPhone 5. I think the presence of the "Default-568h@2x.png" triggers the need to have iPhone 5 screenshots.
总而言之,我遇到的问题是由于在项目中添加了Default-568h@2x.png"文件而没有添加屏幕截图以支持 iPhone 5 显示.当我删除 .png 文件、验证并重新提交我的应用程序后,我能够成功提交我的应用程序而无需屏幕截图.
To summarize, the problem I had was caused by adding the "Default-568h@2x.png" file to the project without adding screenshots to support the iPhone 5 display. When I removed the .png file, validated and resubmitted my app, I was able to successfully submit my app without the screenshots.
我希望这会有所帮助.
这篇关于iOS 应用缺少屏幕截图的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:iOS 应用缺少屏幕截图
基础教程推荐
- Android:对话框关闭而不调用关闭 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01