How to disable highlighting of the app icon?
How can I disable the highlighting that appears on my icon while it's being displayed on the home page of iPhone?
Thanks.
Solution 1:
The easiest way is to check the Prerendered check box on your target's Summary tab:
Alternatively, set the value of Icon files (iOS 5) > Primary Icon > Icon already includes gloss effects
to YES
in your application's Info.plist.
Solution 2:
In new xcode 4 all you need is to add a new entry and search the following in list:
"Icon already includes gloss effects"
Example:
Thanks