Hi,
We developed a iPhone appliaction using flash builder. We used the following resolution icons.
<icon>
<image29x29>assets/images/x_29px.png</image29x29>
<image57x57>assets/images/x_57px.png</image57x57>
<image72x72>assets/images/x_72px.png</image72x72>
<image114x114>assets/images/x_114px.png</image114x114>
<image128x128>assets/images/x_128px.png</image128x128>
<image512x512>assets/images/x_512x512.png</image512x512>
</icon>
The icon is showing properly in the iTunes and also icon is displaying in the device after the installation. but the issue is while installing the app into the device it is showing blank icon.
The app is specific to iPhone devices only. i.e.,
<iPhone>
<InfoAdditions>
<![CDATA[
<key>UIDeviceFamily</key>
<array>
<string>1</string>
</array>
]]>
</InfoAdditions>
<requestedDisplayResolution>high</requestedDisplayResolution>
</iPhone>
Please help me here how to display the icon while installing the iPhone specific application.
Thanks in advance
ChandrashekarReddy Muthumula
Hi ChandrashekarReddy ,
It seems like you are using an old AIR build, which doesn't have support for these icons. They were just recently added.
Try using the AIR 3.4 Beta SDK available at:http://labs.adobe.com/downloads/air3-4.html
Hi,
Sorry, I did not tried with the Air 3.4 Beta version but the icon issue is not appearing in distributed version.
The icon is not displaying while installing the ad-hoc package app. Now we released the app(same code set) into Apple iStore and there is no icon issue with the distributed version(The app which is in iStore).
Thanks
Chandrashekarreddy Muthumula
I recently upgraded to from FB4.5 (with Flex4.5 and Air 3.1) to FB4.7 (with Flex 4.6 and Air 3.5) to get the USB Debugging capability for IOS (from a Windows machine). I can import and build my project without issue, however when I build a debug or release version for deployment on device, I get the following error "error 105: application.iPhone.InfoAdditions contains an invalid value". Now, this is the same application descriptor that worked before and the default
It builds fine for iPhone if I remove the entire InfoAdditions tag (but obviously doesn't build for iPad) - so what gives? Was this validation error introduced in FB4.7? Thanks.
It looks fine and should not be giving an error. However, can you please check if its including any invisible character like \r or ^M which may appear on porting the app descriptor from Win to Mac or vice-versa?
You may want to try typing in the above manually (instead of uncommenting) and then check, if it works for you.
North America
Europe, Middle East and Africa
Asia Pacific