Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it really necessary to provide all the different app icon sizes for an iOS app?

I'm tempted to provide the highest resolution icon and let iOS scale it down as necessary. Is this a bad idea, and (if so) why?

like image 851
redcurry Avatar asked Nov 07 '25 10:11

redcurry


2 Answers

you'll definitely want to produce files of various sizes as required by xCode. You want to make sure that the file presented when the app runs is of a high quality.

There are tools out there that will automatically create all the sizes you need for your app icon. Here is a link to the site that I use: https://makeappicon.com/

Hope that helps!

like image 193
joshlorschy Avatar answered Nov 10 '25 00:11

joshlorschy


Yes, it might be bad idea. If your icon art was produced using a vector image editor (e.g., Adobe Illustrator, Adobe Photoshop with vector primitives, Sketch, etc) you best bet is to export all required resolutions yourself. In doing so, you will guarantee the best possible output for each resolution.

Keep in mind that exporting a single high resolution image and then resizing, for each required resolution, using a bitmap editor (e.g., macOS Preview) won't produce the same results.

PS. As already pointed out, I'm not sure your binary will even be accepted by Apple if missing icon data :-(

like image 40
Paulo Mattos Avatar answered Nov 10 '25 01:11

Paulo Mattos



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!