Skip to main content
Inspiring
July 31, 2012
Answered

iPhone app not showing the icon while installing

  • July 31, 2012
  • 4 replies
  • 1171 views

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.

This topic has been closed for replies.
Correct answer chandu2240

Hi,

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

4 replies

Nimisha1
Participating Frequently
August 6, 2012

Hi Chandrashekar,

Are you using the ipa-app-store?If yes then it is expected that icon won't be visible in iTunes and at the time of installation as for high retina devices as for App Store icon 1024x1024 is applicable and this icon will be used by App Store to publish your app.

If your problem is something else then do let me know.

Thanks.

chandu2240AuthorCorrect answer
Inspiring
August 14, 2012

Hi,

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

chris.campbell
Legend
August 1, 2012

Could you try adding the 48 pixel size to see if that helps?

http://help.adobe.com/en_US/air/build/WS901d38e593cd1bac1e63e3d129907d2886-8000.html

Chris

Inspiring
August 2, 2012

Hi Chris,

Thanks for looking into the issue. After adding the 48 pixels size icon also it is not showing the icon while installing the app. Please let us know if you need more information.

Thanks

ChandrashekarReddy Muthumula