toggle menu
Categories
Discussions
Dashboard
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Dashboard
Sign In
·
Register
×
Home
›
GameSalad 101
›
iPhone and Android Publishing
Glossy icon in app store
butterbean
Member
Posts:
4,315
November 2009
edited November -1
in
iPhone and Android Publishing
I noticed some apps in itunes don't have the gloss over their 57X57 icon, can you opt to not have that? Or do they decide themselves?
Comments
scorelessmusic
Member
Posts:
565
November 2009
You can opt to have it 'not appear'. here's the geeky way to do it:
http://www.iphonedevsdk.com/forum/iphone-sdk-development/1956-icon.html
Basically, in your info.plist, you need to add a new row that is:
UIPrerenderedIcon (ticked)
I posted this yesterday but my internet was spotty and the post did not appear.
scorelessmusic
Member
Posts:
565
November 2009
I have the solution, but the forum keeps denying me from posting it, since yesterday... for some strange reason.
scorelessmusic
Member
Posts:
565
November 2009
Hope this post goes thru...
The answer to turning off the auto gloss addition is here:
http://bit.ly/31yyHN
Basically you need a new row in the info.plist that states
UIPrerenderedIcon (ticked)
jonmulcahy
Member, Sous Chef
Posts:
10,408
November 2009
the xcode projects you get back from gamesalad already have this row in there, just check it off and it won't be glossy
Icon already includes gloss and bevel effects:
butterbean
Member
Posts:
4,315
November 2009
I'm uploading a game right now, and the box is unchecked where it says: includes gloss and bevel effects.. so that means it won't have that right?
jonmulcahy
Member, Sous Chef
Posts:
10,408
November 2009
no, you need to check that box to turn it off. leaving it unchecked tells Apple to apply the gloss.
butterbean
Member
Posts:
4,315
November 2009
Also, why does my project size on the bottom right screen say 10.2mb and when I look at the file itself, it's larger? and when I zip it, it's still 11.0 mb!?
Sign In
or
Register
to comment.
Comments
http://www.iphonedevsdk.com/forum/iphone-sdk-development/1956-icon.html
Basically, in your info.plist, you need to add a new row that is:
UIPrerenderedIcon (ticked)
I posted this yesterday but my internet was spotty and the post did not appear.
The answer to turning off the auto gloss addition is here:
http://bit.ly/31yyHN
Basically you need a new row in the info.plist that states
UIPrerenderedIcon (ticked)
Icon already includes gloss and bevel effects: