Skip to main content
Known Participant
January 22, 2014
Question

Air 4 Sdk icon <image60x60> not supported for Ios7

  • January 22, 2014
  • 2 replies
  • 1109 views

Using adt of the latest Air4 sdk (released jan 14th, 2014),
it yields:

error 103: application.icon.image60x60 is an unexpected element/attribute

According to:
https://developer.apple.com/library/ios/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/App-RelatedResources/App-RelatedResources.html#//apple_ref/doc/uid/TP40007072-CH6-SW1

icon sizes of 60x60 should be provided, in order for the app to support Ios7.

(the other icon sizes that are required for Ios7 are accepted by the compiler, just not this size)

Is there any workaround?

This topic has been closed for replies.

2 replies

Participating Frequently
March 19, 2014

Hi Marius, I'm using Flex SDK 4.6.0 Air 3.9.0.1380 and the problem still hasn't been fixed.

Did you managed to submit your app?

Adobe Employee
January 23, 2014

Thanks for reporting the problem. We are fixing the issue and the build will be available soon.

Regards,

Nimit

Participating Frequently
March 19, 2014

Having the same problem, is there an alternative? will the apps be rejected without this icon?

Known Participant
March 19, 2014

Looking back - for my latest release, I left the icon with the other icons in the included icon directory,
yet it was (still-) commented-out from the manifest (see below).

I was using air 4.0.0.1619.
The app got accepted in the appstore.

Frankly, I believe I didn't try uncommenting that icon for that latest release and air version.

<image29x29>icons/Icon-Small.png</image29x29>

    <image40x40>icons/Icon-40.png</image40x40>

    <image50x50>icons/Icon-Small-50.png</image50x50>

   <!--<image60x60>icons/Icon-60.png</image60x60>-->

    <image57x57>icons/Icon.png</image57x57>

    <image58x58>icons/Icon-Small@2x.png</image58x58>

    <image72x72>icons/Icon-72.png</image72x72>

    <image76x76>icons/Icon-76.png</image76x76>

    <image80x80>icons/Icon-40@2x.png</image80x80>

    <image100x100>icons/Icon-Small-50@2x.png</image100x100>

    <image114x114>icons/Icon@2x.png</image114x114>

    <image120x120>icons/Icon-60@2x.png</image120x120>

    <image144x144>icons/Icon-72@2x.png</image144x144>

    <image152x152>icons/Icon-76@2x.png</image152x152>