I am creating a program in AIR for iOS - iPhone SE. The app icons were visible in the compiled program, until I added a Launch image for the 640x1136 resolution. Now when I install the compile app on the iPhone all I get is the test screen. I even modified the file names and the app.xml info as follows.
<icon>
<image16x16>icons/conan16-568h@2x~iphone.png</image16x16>
<image32x32>icons/conan32-568h@2x~iphone.png</image32x32>
<image36x36>icons/conan36-568h@2x~iphone.png</image36x36>
<image48x48>icons/conan48-568h@2x~iphone.png</image48x48>
<image57x57>icons/conan57-568h@2x~iphone.png</image57x57>
<image72x72>icons/conan72-568h@2x~iphone.png</image72x72>
<image114x114>icons/conan114-568h@2x~iphone.png</image114x114>
<image128x128>icons/conan128-568h@2x~iphone.png</image128x128>
</icon>
Any ideas would be appreciated. Thank you.