Problem with the size of the icon

I get an error when I try to upload my app with the application loader:
Icon dimensions(57x57) don´t meet the size requirements.The icon file must be 72x72 pixels, in .png format.

I got an icon that is 72x72 pixels called Icon.png.

Anybody who knows how to fix this?

Maholm [import]uid: 5717 topic_id: 6022 reply_id: 306022[/import]

You need to follow the naming rules:

http://developer.apple.com/library/ios/#documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/BuildTimeConfiguration/BuildTimeConfiguration.html

Here’s the file list I use:

Icon-72.png
Icon-Small-50.png
Icon-Small.png
Icon-Small@2x.png
Icon.png
Icon@2x.png
iTunesArtwork
iTunesArtwork.png

HTH [import]uid: 8353 topic_id: 6022 reply_id: 20969[/import]

I have also had the problem with invalid ICON sizes when trying to do a universal build for iPhone and iPad. Is this actually possible?

It seems reading the Apple link from the previous post in this thread does not help.

That link references this page on Icon sizes.
http://developer.apple.com/library/ios/#documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/BuildTimeConfiguration/BuildTimeConfiguration.html%23//apple_ref/doc/uid/TP40007072-CH7-SW1

This page indicates that the info.plist should contain the key:
CFBundleIconFiles that will be an array of icon file names
but it does not.

The only thing I could get to work was build for iPhone and create the 57x57 sized icon.

Has anybody gotten a universal build posted to the App Store?

Thanks, Mark

[import]uid: 10683 topic_id: 6022 reply_id: 27739[/import]