上传到appstore时出现问题:图标大小错误

时间:2011-05-05 04:58:14

标签: iphone ipad itunes

我在将应用上传到Apple App Store时遇到问题。据说iPad的图标/图像尺寸太小。构建的大小是52x52,它应该是72x72。我该如何解决这个问题?

我的应用适用于iPhone和iPad。

3 个答案:

答案 0 :(得分:3)

检查link1 link2 link3

答案 1 :(得分:1)

将{Array}类型的CFBundleIconFiles键添加到Info.plist。该数组应包含2个字符串项:两个图标的文件名。然后,操作系统将根据每个平台的像素尺寸自动选择正确的图标。

您可以保留CFBundleIconFile密钥并指向iPhone 3.0 / 3.1兼容性的图标文件。

有关详情,请浏览http://developer.apple.com/library/ios/#qa/qa1686/

答案 2 :(得分:0)

使用我的github repo,其中包含所有图像尺寸:

https://github.com/FattusMannus/iOS-Development-Image-Placeholders

希望这有帮助

A