app-icon icon indicating copy to clipboard operation
app-icon copied to clipboard

ios 1024x1024 icon should be no-transporent

Open punksta opened this issue 6 years ago • 6 comments

Hello! I just got rejecting of build. rejecting error screenshot

https://stackoverflow.com/questions/46585809/error-itms-90717-invalid-app-store-icon

punksta avatar Dec 15 '17 09:12 punksta

Make sure your PNG doesn't contain any transparency and try again, can you let me know if it works?

dwmkerr avatar Dec 16 '17 15:12 dwmkerr

But I want use transparency for icons of other size. I removed transparency manually by image magic.

punksta avatar Dec 16 '17 15:12 punksta

Oh I see what you mean, do you mean that you want to use a PNG with transparency, then have the tool automatically remove the transparency for images which do not support it?

dwmkerr avatar Dec 16 '17 16:12 dwmkerr

@dwmkerr yes I do. It would be cool!

punksta avatar Dec 16 '17 16:12 punksta

OK will see what I can do!

dwmkerr avatar Dec 16 '17 17:12 dwmkerr

+1, a good temporary workaround is to generate the icons for iOS and android separately: app-icon generate --platforms=ios with the alpha channel removed from the iOS platform.

nkov avatar Jan 29 '18 22:01 nkov