Search code examples
iphoneiphone-4application-icon

How to handle hi res and low res of application's Icon.png for iPhone and iPhone4


I have already provided both Icon.png (for iPhone) and [email protected] (for iPhone4). The thing is, when I just provided Icon.png of size 144x144, the console outputs this message:

"iPhone/iPod Touch: Icon.png: icon dimensions (144 x 144) don't meet the size requirements. The icon file must be 57x57 pixels, in .png format (-19014)"

But this renders icon in both iPhone and iPhone4 well.

I want to be able to remove this issue so I reduced the size for Icon.png to 57x57 and created [email protected] with size 144x144. After this, icon for iPhone seems fine but iPhone4 uses Icon.png and the icon renders a low res image.

Any suggestions? Thanks!


Solution

  • I just found this solution: http://developer.apple.com/library/ios/qa/qa2010/qa1686.html#IPHONEADDITEMS

    It works!