首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

提交应用遇到"Missing Screenshot"有关问题的解决办法

2012-11-03 
提交应用遇到Missing Screenshot问题的解决方法这两天在提交应用时遇到各种各样的问题,其中一个比较纠结

提交应用遇到"Missing Screenshot"问题的解决方法

这两天在提交应用时遇到各种各样的问题,其中一个比较纠结的问题是在万事俱备,二进制文件已经Archive、Validate和Distribute之后,iTunes Connect上却显示"Missing Screenshot"。奇怪,我已经提交了5张"iPhone and iPod touch Screenshots"了啊,怎么回事?到Google上搜索,发现在iPhone 5出来之后,苹果给开发者发了一个邮件(尼玛,邮箱是公司副总的邮箱,我看不到),上面说:

The only thing that indicates whether or not your app supports the 4-inch screen is whether you have a "Default-568h@2x.png" file or not. If you haven't added that, your app won't natively support the 4-inch screen (which is fine!) and you don't need to change any other settings or provide other screenshots.

原来,之前在编译时,有一个提示,说我"Missing Retina 4 launch image",问我要不要add this image,当时为了消除这个警告,手贱点了"Add',结果增加了一个全黑的"Default-568@2x.png"图片,就是这玩意,让系统以为我使用了iPhone 5的马脸特性。。。

果断删除之,然后,重新Archive-Validate-Distribute,再到iTunes Connect里面查看应用状态,哈哈,变成了"Waiting for Review"了!

热点排行