1

Can someone please tell me what is going on with app submission and the icon i have submitted my app with a icon at 72X72 so apple sends me this email

We have discovered one or more issues with your recent delivery for "Spotify HD". Your delivery was successful, but you may wish to correct the following issues in your next delivery:

Missing recommended icon file - The bundle does not contain an app icon for iPad of exactly '76x76' pixels, in .png format.

Missing recommended icon file - The bundle does not contain an app icon for iPad of exactly '152x152' pixels, in .png format.

So i change the dimensions to what they are after and then when i try and validate the app with xcode i get the following error.

You app icon dimensions 76X76 dont meet the size 72X72????

What is going on.

4

3 回答 3

1

新的图标大小可能是为 iOS 7 准备的。尝试检查 iOS 7 的文档以确定特定于图标大小的提交更改。

于 2013-09-13T14:45:24.197 回答
0

根据 iOS 7 的新预发布文档。

您需要为 iOS 7 添加新大小的图标。更改为仅 iOS 7 大小的图标不会像您在您的情况下所做的那样工作,因为您的应用程序还针对 iOS 6,这需要不同的 iPad 图标大小。

您需要为 iOS 6 和 iOS 7 添加大小图标才能成功提交。

在此处的苹果文档中指定的图标大小

于 2013-09-13T15:11:34.313 回答
0

为了准备 iOS 7,Apple 已要求所有开发人员开始提交他们新的 iOS 7 就绪应用程序。新操作系统的众多变化之一是图标大小的新变化。您应该提交以前需要提交的所有图标尺寸(以保持向后兼容性),并另外包括 76x76 和 152x152 图标。iOS 7 中的“启动画面”图像也更改了它们的默认大小,因此所有这些资源都需要调整。还要记住,iOS 7 中的图标将不再获得自动“闪亮”处理 - 所以确保你的图标没有它看起来很好(并且不建议添加你自己的闪亮 - 它违反指南并且看起来不合适)。

于 2013-09-13T14:53:46.310 回答