I am trying distribute my app to itune. I initially have appicon.png ( in iphone directorr) size 57x57 pixels. When I validate it, it complains the size must be 72x72 pixels.
So I changed the size to 72x72 pixels. Then the validation complains the following:
iPhone/iPod Touch: appicon.png: icon dimensions (72x72) don't meet the size requirements. The icon file must be 57x57 pixels, in .png format
There is only appicon.png file in Resource/iPhone directory. How do I make it work with the two different icon size? Thanks
2 Answers
Accepted Answer
Here is a list of standard icon names and sizes: http://developer.appcelerator.com/question/116776/complete-list-of-standard-artwork you can add the Icon-72.png and it should get recognized as the larger icon.
Thanks. I also saw this. I added a file called appicon-72.png and then it works. http://developer.appcelerator.com/question/117850/how-to-include-72x72-ipad-appicon
Your Answer
Think you can help? Login to answer this question!