How to do it?
UIPrerenderedIcon removes glossiness only for springboard icons.
|
How to do it?
|
|||||||||
|
|
Has your binary been uploaded and approved by Apple? In my experience, until you upload your binary, iTunes Connect and Game Center don't know that you want gloss to be turned off. They get this info from your app plist after you upload it. After your game goes live, the glossiness should be gone (that's what happened for me, anyways). |
|||
|
|
I guess you can't. Remember that the icon on App Store is glossy, too. And the "gloss" on Game Center includes shadow, border, and a lot of other effects. |
|||
|
|
|
Like previously answered you can't remove the glossiness as that is added automatically by the device it is running on. |
|||
|
|
|
Potentially you could design your game icon with a 'inversion' of the gloss effect applied? With regards to the SpringBoard, you would turn off the |
|||
|
|
|
This is what you need to do to stop gloss from appearing on your iPhone app icon. (same thing that @Coxy was saying, just in more detail): When you are in Xcode, open the "Resources" folder and open the file "yourAppName-info.plist". Add a new item to the list of properties and in the "Key" column type in |
|||
|
|
|
Just include a row in the plist file "Icon already includes gloss effects" and check the checkbox. Hope will do this. |
|||
|
|