Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Remove Icon Gloss in itunesconnect for App Store (not in app)

Since the 1024x1024 pixel update in iTunesconnect we've been trying to remove the icon gloss from the App Store icon.

Our app icon looks fine on iPhone or iPad (prerendered icon flag is OK), but the icon we upload to itunesconnect gets the gloss added. This is what we mean: http://dl.dropbox.com/u/1734172/gluddle-itc.png

We already experienced this with our lite version: the icons on iOS look fine, but there does not seem to be a way to disable gloss for the App Store icons.

Does anyone have an idea how to disable gloss for the App Store as well or is this changed in the App Store update?

[we used the search, but haven't found an answer to this question]

like image 928
CreativeHeroes Avatar asked Oct 11 '12 09:10

CreativeHeroes


2 Answers

The App Store icon is styled according to your application info.plist. Apple use the 'gloss' effect by default in iTunes Connect because your binary hasn't been upload and processed yet. Once your app goes live you icon should be displayed correctly (according to your info.plist). If you still have issues your only course of action is to raise it as a bug with Apple.

https://developer.apple.com/bugreporter/

like image 170
sobox studio Avatar answered Nov 05 '22 00:11

sobox studio


After adding a new version of my app (with 1024 high res icon) it was also adding the gloss effect in iTunes Connect, it stayed there till I released it. It's showing fine in the AppStore and on iPhone and iPad.

like image 37
Rik Avatar answered Nov 05 '22 02:11

Rik