iphone - 应用提交,图标大小错误由于即将发布的IOS7

标签 iphone ios xcode ipad ios7

我是第一次向 Apple 提交我的应用程序。该应用程序仅适用于 iPad,并为 IOS6 编译。 我从提交过程中得到了这个回复:

Invalid Image - For iOS applications, icons included in the binary submission must be in the PNG format

If your application supports the iPhone device family, you must include square icons of the following dimensions: 57x57 pixels and 120x120 pixels. If your application supports the iPad device family, you must include square icons of the following dimensions: 72x72 pixels, 76x76 pixels and 152x152 pixels

I read this morning that this is quite new .我第一次尝试时总是有很好的机会。

我只使用了 72x72 的 png 图片文件,例如 icon_72.png。 我知道当我包含一个视网膜文件时,它的名字变成了 icon_72@2x.png 但是其他决议呢? 我应该如何命名它们或如何管理它们?

最佳答案

iOS 7 人机界面指南中提到苹果

Create different sizes of the app icon for different devices. If you’re creating a universal app, you need to supply app icons in all four sizes.

For iPhone and iPod touch both of these sizes are required:

120 x 120 pixels 60 x 60 pixels (standard resolution)

For iPad, both of these sizes are required:

152 x 152 76 x 76 pixels (standard resolution)

You can name these icons anything you want as long as you use the CFBundleIcons key to declare the names and you add the @2x suffix to the names of all high-resolution icons. You can use custom names because iOS chooses an icon based on whether its size is appropriate for the intended usage.

关于iphone - 应用提交,图标大小错误由于即将发布的IOS7,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18574030/

相关文章:

iphone - 如何在销售日期之前分发 iPhone 应用程序而不获取 UDID 或越狱?

iPhone:配置文件每 2 个月到期一次?

ios - 当字符串为空时,componentsSeparatedByString 返回 1 个对象

ios - 如何在 Xcode 4.3 中安装新的 iOS 基础 SDK?

ios - 为什么 Xcode Interface Builder 显示对齐约束的重复值?

xcode - 如何正确设置运行路径、搜索路径和安装名称?

iphone - 如何查找facebook的friend_id列表?

ios - Ionic 1 ios http 无法正常工作

ios - iOS 错误代码 31002 的 Twilio 客户端 SDK

ios - Xcode 7 iOS 9 收到此警告 Null 传递给需要非空参数的被调用方