1

Till now the sizes where for the iphone4 and up: 114x114 , and iPad retina 144x144 . this is here : https://developer.apple.com/library/ios/qa/qa1686/_index.html

Now, i can see here, something different( 120x120 ?? ) https://developer.apple.com/library/ios/documentation/userexperience/conceptual/mobilehig/IconMatrix.html

Moreover, every new app i upload i get some warning about missing icon 120 .

What are all the sizes for the icons for all kind of iDevices now ?? is it changed ?

Thanks a lot .

Curnelious
  • 1
  • 16
  • 76
  • 150

2 Answers2

2

When using an Asset Catalog in Xcode adding an asset of type App Icon will actually show you what sizes are accepted (and for which device):

Asset icon sizes

Joris Kluivers
  • 11,894
  • 2
  • 48
  • 47
1

For iOS 7 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)

And for all version

enter image description here

Toseef Khilji
  • 17,192
  • 12
  • 80
  • 121