Skip to main content
cocoua
Known Participant
June 12, 2013
Question

checkbox to remove glossy effect on iOS icon

  • June 12, 2013
  • 2 replies
  • 1286 views

Since Flash CS6 no longer permit you to edit .xml descriptor before Publishing the .ipa, the way to get rid of the glossy effect in iOS is too complicated, a few more steps are required and no all the people knows the way to (alwasy with some problems extra added).

So, please, add an option in the AIR Publish options inside Flash CS6

(Hope the gloss effect will be removed for ever in iOS 7, but this is the future, and we need something now! )

This topic has been closed for replies.

2 replies

cocoua
cocouaAuthor
Known Participant
June 13, 2013

for the glossy problem, in other post, someone (sorry can't find it) suggested to put the .xml rigths on "read".

this seems to works just sometimes, don't know why

User Unknow
Legend
June 17, 2013

Use this hint:

<InfoAdditions>

    <![CDATA[

        <key>UIPrerenderedIcon</key>

        <true/>

    ]]>

</InfoAdditions>

So this key <key>UIPrerenderedIcon</key><true/> will remove glossy effect. I don't see any case when this was not usable

Colin Holgate
Inspiring
June 12, 2013

You can add the part about the icon being pre rendered to the xml while the publishing settings are closed, and that text remains in the xml even after using the publishing settings again. So, you only have to edit that text once per project.