I am trying to add a new version of an existing iOS application.
I have successfully uploaded the binary and screenshots. My problem is that I need to change the application icon.
When I change the application icon and click the "Save" button, an error message is displayed
"You must download a large application icon." The size of my image is 1024 * 1024 and in png format.
PNG is recommended for all images and icons. You should avoid using interlaced PNGs.The standard bit depth for icons and images is 24 bits, i.e. 8 bits each for red, green and blue - plus an 8-bit alpha channel.You do not need to limit your palette to colors safe on the Internet.
PNG is recommended for all images and icons. You should avoid using interlaced PNGs.
The standard bit depth for icons and images is 24 bits, i.e. 8 bits each for red, green and blue - plus an 8-bit alpha channel.
You do not need to limit your palette to colors safe on the Internet.
Itunes connect fixed this error. Without abandoning the binary, I could change the application icon
Source: https://habr.com/ru/post/1201884/More articles:ES-head plugin does not work through browser - pluginsUnboxing iOS: how you edit the content view more than the screen in UIScrollView - iosauto zoom flag in hazelcast configuration - javaHow to show commit on a specific date? - gitIs there an easier way to create a static library? - c ++taskwarrior, delete old duplicate tasks - taskwarriorError migrating magic entries "Cannot find model for source store" - core-dataConfusion about bsr and lzcnt - assemblySort descriptors using NSFetchedResultsController - Swift - swiftWhat happens when you use a memory override prefix, but all operands are registers? - assemblyAll Articles