Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Add icon for App Store (required for all apps) to Xcode

I am preparing to submit my application to the Apple App Store and have been researching the requirements for the App Icon. I have filled in all of the allotted slots shown in this picture from Apple's website enter image description here

However the docs say that a 1024x1024 icon is required for the App Store and I do not see any "slot" for that image in my Xcode project. Where and how do I add that required 1024 x 1024 app icon?

like image 756
Tim Mcneal Avatar asked Feb 08 '15 02:02

Tim Mcneal


2 Answers

Make a 1024x1024 icon and name it "[email protected]" add to assets catalogue.

like image 89
ergunkocak Avatar answered Sep 25 '22 13:09

ergunkocak


You can use makeappicon to generate an .xcassets catalogue... makes life easier

(I'm not affiliated with the above)

like image 25
Shai Avatar answered Sep 25 '22 13:09

Shai