Question

I'm uploading my app to App Store and I created it in iTunes Connect.
I just uploaded my 512x512px icon and then I opened Version Summary page to verify my information...
I've got a set of icon that just have gloss effect. In Version Summary page I see my 512x512px icon with automatic gloss added.

Is there a way to prevent this? My large app icon mustn't have gloss...
In my info.plist I added the line "Icon already includes gloss effects" and I checked the box near it...

Can anyone help me?

Was it helpful?

Solution

This Apple Dev Document includes all of the information you should need for you icon.

The plist entry you are looking for to disable the added gloss is UIPrerenderedIcon. That should prevent Apple from adding gloss. However it will apply to all of you icons.

OTHER TIPS

According to 512x512 image for AppStore (iTunes Connect), will Apple do corner rounding like they do on the phone?, Apple does in fact check the app for the UIPrerenderedIcon flag. Once the app is uploaded, the 512x512 large icon will pick up the correct setting.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top