Hi guys,
just wondering if anyone else has had this problem or if they know how to resolve it. In flash professional in the build settings for iOS there is no option to add an iPad retina icon at 144 x 144 pixels. So I have tried adding it as many people have suggested like this:
<icon>
<image48x48>AppIcons/Icon-Small-48.png</image48x48>
<image72x72>AppIcons/Icon-72.png</image72x72>
<image144x144>AppIcons/Icon-144.png</image144x144> // iPad Retina Icon
<image512x512>AppIcons/iTunesArtwork.png</image512x512>
</icon>
But when I publish, this line is removed and when I submit it to an iPad 3 it does not display. It only displays the 72x72 which does not look good at all.
I am running adobe air 3.5 to publish with for ios within flash professional. I'm also trying to build it for iOS version 4.3.5 and I've tried changing it to 5.1 and it still removed this line for the 144 icon.
Does anyone have any advice?
Thanks
In the root of your compiled folder include an image of 512x512 size named "iTunesArtwork" and another at 1024x1024 named "iTunesArtwork@2x". Be sure not to leave the .png extension on there.
I always define every icon size, e.g.:
<icon>
<image16x16>AppIconsForPublish/16.png</image16x16>
<image32x32>AppIconsForPublish/32.png</image32x32>
<image36x36>AppIconsForPublish/36.png</image36x36>
<image48x48>AppIconsForPublish/48.png</image48x48>
<image57x57>AppIconsForPublish/57.png</image57x57>
<image72x72>AppIconsForPublish/72.png</image72x72>
<image114x114>AppIconsForPublish/114.png</image114x114>
<image128x128>AppIconsForPublish/128.png</image128x128>
<image144x144>AppIconsForPublish/144.png</image144x144>
<image512x512>iTunesArtwork</image512x512>
<image1024x1024>iTunesArtwork@2x</image1024x1024>
</icon>
I just nest everything except the iTunesArtwork* images inside the AppIconsForPublish folder (something Flash auto-generated back in the day). I have no issue with my iPad Retina icons.
North America
Europe, Middle East and Africa
Asia Pacific