How to remove the "white reflection" on the application icon?
cocoa-touch, icons, iphone
Solution
Open your `Info.plist` file, can also be named `ProjectName-Info.plist`, and add a new line. The Key-column is a drop down list, click it and scroll through a quite large set of keys in human readable form that are possible to set.
The one you are looking for is called "Icon already includes gloss and bevel effects", that is the human readable form. Writing `UIPrerenderedIcon`, also works.
Adding this flag will also disable the automatic addition of gloss and bevel in Tunes Store, and on the App Store.
Problem
Possible Duplicate: How to disable highlighting of the app icon? Hi this is an iPhone objective C question. When I set the icon file for the app, say, icon.png. When it is shown on the phone, a white reflection effect is automatically added on the icon.png Is there any way to remove te reflection effect? Cause I can see that there are apps without the white reflection effect on the icons