4

I'm still trying to get my first App approved in the iTunes Store. Now they want a 120 x 120 icon. That's nice, but xCode won't accept a 120 x 120 icon.

What am I missing?

Barry
  • 43
  • 4

2 Answers2

4

As off today, all submitted apps should have an 120x120 app icon. You can just add it to your bundle. No need add it the icon list.

Dear developer,

We have discovered one or more issues with your recent delivery for “…”. Your delivery was successful, but you may wish to correct the following issues in your next delivery: 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: 57×57 pixels and 120×120 pixels. If your application supports the iPad device family, you must include square icons of the following dimensions: 72×72 pixels, 76×76 pixels and 152×152 pixels For Mac OS X applications, icons included in the binary submission must be in the ICNS format and must include a square 512×512@2x image. If you would like to update your binary for this app, you can reject this binary from the Binary Details page in iTunes Connect. Note that rejecting your binary will remove your app from the review queue and the review process will start over from the beginning when you resubmit your binary.

Regards, The App Store team

rckoenes
  • 69,092
  • 8
  • 134
  • 166
  • Then which image names are required to be applied for those ipad icon images? – Mrunal Aug 30 '13 at 13:12
  • @Mrunal good question, not sure, just saw this email on a [iPhoneclub](http://www.iphoneclub.nl/280928/apple-stelt-nieuwe-ios-7-iconen-verplicht-voor-ontwikkelaars/) (Dutch) – rckoenes Aug 30 '13 at 13:15
  • what about name specify about 120*120 and 57*57... any idea..? morstly we are add 57*57 as a icon.png and it's @2x with 114 *114 with icon@2x.png but what about 120 *120..? – Nitin Gohel Aug 30 '13 at 13:31
  • Thanks for your help. I did need to remove the 114x114 icon to make them happy. – Barry Aug 30 '13 at 17:35
  • @Barry: You mean to say we require iPhone icon image with name icon@2x.png and size 120px instead of having 114px? – Mrunal Sep 02 '13 at 04:34
  • That was my experience. Each new submission was immediately rejected until I removed the 114x114 icon. – Barry Sep 03 '13 at 11:33
1

Here is a Q&A where there is all the files required in your bundle and how they have to be named in your info.plist file.

EDIT

http://blog.manbolo.com/2013/08/15/new-metrics-for-ios-7-app-icons mentions that 120x120 icons are for ios 7 app. More informations are available on the apple developer forums.

zbMax
  • 2,756
  • 3
  • 21
  • 42