Are Multiple image sizes REQUIRED by apple/android?

So my app just resizes images so I don’t really have multiple-sized images. I was wondering if this list of images sizes were required to have your app published by apple or android. E.g. 167x167, 180x180, etc.

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

Thanks!

You need to include the appropriate app icon sizes for which ever devices your app will run on

Adding on to what Jon posted, Apple changes the requirements based on the current OS version. The reason there are so many is because developers like to support as many devices, operating systems as possible. iOS 6’s icon requirements are different than iOS 7’s and if you want to continue to support iOS 6 devices, you still have to include their Icons. 

Today’s Human Interface Guidelines for iOS 10 asks for a 1024px, 180px, 167px, 152px, 120px, 87px, 80px and 58px but keeping the others out might make for a better experience for older devices.

Rob

Check out iConify from the Mac Store, it will convert your image to numerous icons with the press of a button.

You need to include the appropriate app icon sizes for which ever devices your app will run on

Adding on to what Jon posted, Apple changes the requirements based on the current OS version. The reason there are so many is because developers like to support as many devices, operating systems as possible. iOS 6’s icon requirements are different than iOS 7’s and if you want to continue to support iOS 6 devices, you still have to include their Icons. 

Today’s Human Interface Guidelines for iOS 10 asks for a 1024px, 180px, 167px, 152px, 120px, 87px, 80px and 58px but keeping the others out might make for a better experience for older devices.

Rob

Check out iConify from the Mac Store, it will convert your image to numerous icons with the press of a button.