• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Air 4 Sdk icon <image60x60> not supported for Ios7

New Here ,
Jan 22, 2014 Jan 22, 2014

Copy link to clipboard

Copied

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...

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?

TOPICS
Performance issues

Views

871

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jan 22, 2014 Jan 22, 2014

Copy link to clipboard

Copied

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

Regards,

Nimit

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Mar 19, 2014 Mar 19, 2014

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 19, 2014 Mar 19, 2014

Copy link to clipboard

Copied

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>

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Mar 19, 2014 Mar 19, 2014

Copy link to clipboard

Copied

well I guess I'll just have to do the same then. I'm leaving a copy of the icon on the root (src) folder too, just in case. Thanks for your reply!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 19, 2014 Mar 19, 2014

Copy link to clipboard

Copied

LATEST

you're welcome!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Mar 19, 2014 Mar 19, 2014

Copy link to clipboard

Copied

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?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines