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 应用缺少屏幕截图
- 想使用ViewPager,无法识别android.support.*? 2022-01-01
- Android - 我如何找出用户有多少未读电子邮件? 2022-01-01
- 如何检查发送到 Android 应用程序的 Firebase 消息的传递状态? 2022-01-01
- 使用自定义动画时在 iOS9 上忽略 edgesForExtendedLayout 2022-01-01
- 用 Swift 实现 UITextFieldDelegate 2022-01-01
- android 4中的android RadioButton问题 2022-01-01
- Android viewpager检测滑动超出范围 2022-01-01
- MalformedJsonException:在第1行第1列路径中使用JsonReader.setLenient(True)接受格式错误的JSON 2022-01-01
- Android - 拆分 Drawable 2022-01-01
- 在测试浓缩咖啡时,Android设备不会在屏幕上启动活动 2022-01-01