Missing icons who are not missing - Apple

Hi guys,

I tried uploading my app to iTunes.

Application loader returns an error that I have missing 3 icons (76x76, 152x152 and 180x180 I think).

Problem is I have all .png icons with exact pixel dimensions in my root folder…

Do you have any idea what is going on here?

Have you ever received similar error message?

Maybe png RGB and alpha channel is causing this…  :smiley:

Thanks.

Hi @gogigoranic8,

If you’re targeting iOS 8 and higher (and you probably should be), include these icons and names in your build.settings:

https://docs.coronalabs.com/daily/guide/distribution/buildSettings/index.html#ios

If it’s still throwing a fuss, ensure that your icons aren’t “weird” in any way: they should be basic .PNG files, not “interlaced” or having any embedded color profiles or anything else like that.

Brent

Thanks Brent!

I was looking at this link (slightly different icon requirements)…

https://docs.coronalabs.com/guide/distribution/buildSettings/index.html

@gogigoranic8, that will still work too. The main docs have to be right for the last public build 2992, which still supports iOS 6 and 7, and thus a host of additional icons and names that make iOS 6 happy. We’ve dropped iOS 6 and 7 support in a recent daily build and now we can cut back on the required icons and give them reasonable names.

Rob

Thanks Rob. Copy that.

Hi @gogigoranic8,

If you’re targeting iOS 8 and higher (and you probably should be), include these icons and names in your build.settings:

https://docs.coronalabs.com/daily/guide/distribution/buildSettings/index.html#ios

If it’s still throwing a fuss, ensure that your icons aren’t “weird” in any way: they should be basic .PNG files, not “interlaced” or having any embedded color profiles or anything else like that.

Brent

Thanks Brent!

I was looking at this link (slightly different icon requirements)…

https://docs.coronalabs.com/guide/distribution/buildSettings/index.html

@gogigoranic8, that will still work too. The main docs have to be right for the last public build 2992, which still supports iOS 6 and 7, and thus a host of additional icons and names that make iOS 6 happy. We’ve dropped iOS 6 and 7 support in a recent daily build and now we can cut back on the required icons and give them reasonable names.

Rob

Thanks Rob. Copy that.