Remove icon gloss effect from an Adobe Air iOS app?
问题 How do you prevent iTunes from adding the default gloss effect when compiling an iOS app using Adobe Air? Using Adobe Flash CS6. . . . 回答1: Add the following to the InfoAdditions element in the application descriptor file: <InfoAdditions> <![CDATA[ <key>UIPrerenderedIcon</key> <true/> ]]> </InfoAdditions> from : http://help.adobe.com/en_US/air/build/WS901d38e593cd1bac1e63e3d129907d2886-8000.html 回答2: This will require you to add a boolean UIPrerenderedIcon key to the app's info.plist file and