Air IOS App ICON
Hello,
I am currently developing an application for android and ios but I can not get the app icon on IOS.
I added all the images in the publication part. I also added the Assets.car folder to the root of the project as well as the XML, though I still have the default icon when I install it.
I am testing on an IPAD AIR and AIR 32 SDK.
Here is the xml:
<application xmlns="http://ns.adobe.com/air/application/32.0">
<id>com.xxxxxx.xxxxxxx</id>
<versionNumber>1.0.0</versionNumber>
<versionLabel/>
<filename>xxxxxxx</filename>
<description/>
<name>xxxxxxx</name>
<copyright/>
<initialWindow>
<content>xxxxxxx.swf</content>
<systemChrome>standard</systemChrome>
<transparent>false</transparent>
<visible>true</visible>
<fullScreen>true</fullScreen>
<aspectRatio>landscape</aspectRatio>
<renderMode>gpu</renderMode>
<autoOrients>false</autoOrients></initialWindow>
<icon>
<image29x29>icons/ios/29.png</image29x29>
<image57x57>icons/ios/57.png</image57x57>
<image114x114>icons/ios/114.png</image114x114>
<image72x72>icons/ios/72.png</image72x72>
<image58x58>icons/ios/58.png</image58x58>
<image144x144>icons/ios/144.png</image144x144>
<image1024x1024>icons/ios/1024.png</image1024x1024>
<image40x40>icons/ios/40.png</image40x40>
<image76x76>icons/ios/76.png</image76x76>
<image80x80>icons/ios/80.png</image80x80>
<image120x120>icons/ios/120.png</image120x120>
<image152x152>icons/ios/152.png</image152x152>
<image180x180>icons/ios/180.png</image180x180>
<image60x60>icons/ios/60.png</image60x60>
<image87x87>icons/ios/87.png</image87x87>
<image167x167>icons/ios/167.png</image167x167>
</icon>
<customUpdateUI>false</customUpdateUI>
<allowBrowserInvocation>false</allowBrowserInvocation>
<supportedLanguages>en</supportedLanguages>
<iPhone>
<InfoAdditions><![CDATA[
<key>UIApplicationExitsOnSuspend</key>
<true/>
<key>UIDeviceFamily</key>
<array>
<string>1</string>
<string>2</string>
</array>
<key>CFBundleIconName</key>
<string>AppIcon</string>
]]></InfoAdditions>
<requestedDisplayResolution>high</requestedDisplayResolution>
<assetsCar>Assets.car</assetsCar>
</iPhone>
<extensions>
<extensionID>com.milkmangames.extensions.GoViral</extensionID>
<extensionID>com.milkmangames.extensions.AdMob</extensionID>
<extensionID>com.milkmangames.extensions.GoogleServices</extensionID>
</extensions>
</application>
Thanks for your help !! ![]()
