Skip to main content
Inspiring
October 1, 2012
Question

AIR for iOS 3.5 [Retina Icon not displaying]

  • October 1, 2012
  • 1 reply
  • 763 views

Am I doing something wrong here ?

My XML file contains

<icon>

        <image144x144>assets/icon72@2x.png</image144x144>

        <image72x72>assets/icon72.png</image72x72>

        <image50x50>assets/icon50.png</image50x50>

        <image100x100>assets/icon100.png</image100x100>

        <image1024x1024>assets/icon512@2x.png</image1024x1024>

</icon>

and contains

<requestedDisplayResolution>high</requestedDisplayResolution>

I'm compiling via ADT and am including

assets/icon50.png assets/icon100.png assets/icon72.png assets/icon72@2x.png assets/icon512@2x.png

What am I doign wrong here ?   The retina icon is not displaying.

This topic has been closed for replies.

1 reply

Adobe Employee
October 1, 2012

For the icons you dont have to always follow the conventions of using @2x as you do for launch images. You can try to rename the file to say xyz.png and check whether it displays. Also instead of specifying the path of each and every icon, you can just add the folder path of icons. Try this out and let us know.

Applauz78Author
Inspiring
October 1, 2012

Figured out the problem.

If you built your app without the retina icon .. you have to completely remove it from the iPad before you install the new version.  Overwriting wont update the icons.