我提交了一个应用程序更新,但我收到了一封电子邮件,告诉我这个错误已经发生:
缺少推荐的图标文件-该包不包含iPhone / iPod Touch的精确的“120x120”像素的应用程序图标,png格式
我该如何解决这个问题?
以下是苹果目前对图标的要求。
我看不到120x120出现在任何地方?这是iOS 7特有的吗?我应该添加一个icon -120.png之类的图标吗?
更新:我添加了三个图标到资源文件夹(Icon-120.png: 120x120, Icon-76.png: 76x76 & Icon-152.png: 152x152),但它没有将它们添加到info.plist。收到了同样的警告邮件。我决定不做任何改变,等着看接下来会发生什么。
令我惊讶的是,这款应用在20个小时后就进入了审查阶段,并在第二天就发布了!这不禁让我好奇,究竟有多少苹果/Windows应用测评人员潜伏在这里。
我也有同样的问题。使用Xcode 8.3.3,并希望在资产目录中使用AppIcon。尝试了所有Stack Overflow的答案都没有成功。
最后从Ken/Apple论坛了解到一个深刻的清洁步骤:
removed all icon files, whether from resources (delete - trash) or
appicon file (select - remove selected items); removed even assets
folder
deep cleaned (Use the Product menu w/option key pressed, then
choose to 'clean build folder')
added a new asset catalogue and called it "Assets" right clicked in Assets folder and added new app icon set - changed that one in inspector to be for iOS >=7 triple
checked all my icon files OUTSIDE of Xcode (all were already png
files of right resolution, but some had still colour profile attached
from photoshop elements or did have indexed colour instead of RGB
profile. so I made sure I only save a png file without colour profile
and from a background layer) - not sure that was necessary
archived the build from Product menu
validated and uploaded the build from Window - Organizer