PDA

View Full Version : Disable gloss on App icons?




jsnuff1
Sep 26, 2008, 04:04 PM
I need to disable the apple provided gloss on both the small app icon and large itunes store icon.

I know this is possible for both icons as i have seen many with no gloss on the itunes store.



jsnuff1
Sep 27, 2008, 02:33 AM
someone has to know how to do this...i know the 57x57 app icon you have to edit something in the plist file, but i dont remember where i read that.

Not sure about the big itunes icon.

Mac Me Up
Sep 27, 2008, 03:18 AM
You used to be able to set a flag in your info.plist for this, but as of 2.1 it looks like Apple has disabled it either on purpose or by accident...case in point al the apps on my phone are now glossy

Edit: I take that back, turn out some of them aren't...I think the datacase app confused me because they went from non-glossy to glossy.

robotspacer
Sep 27, 2008, 04:02 AM
You need to add this to your Info.plist:

<key>UIPrerenderedIcon</key>
<true/>

You used to be able to set a flag in your info.plist for this, but as of 2.1 it looks like Apple has disabled it either on purpose or by accident...case in point al the apps on my phone are now glossy
That's not quite true—only certain apps have this problem. My own shows up fine without the added gloss, and I count at least 30 others on my phone that don't have it either.

jsnuff1
Sep 27, 2008, 01:04 PM
awesome that worked.... what did you do for the 512x512 app store icon?

robotspacer
Sep 28, 2008, 01:38 PM
When you submit the 512x512 icon, it looks at that same flag in the Info.plist file.

islikebasketbal
Oct 2, 2008, 02:50 AM
Use a boolean in the Info.plist for UIPrerenderedIcon to work, not a string @"YES".