Change the app icon

The quickest way to change the app logo of an iOS app is this:

  1. Prepare a 1024x1024px app icon (you’ll need this for the App Store too)

  2. Head over to makeappicon to generate all the app icon sizes needed for the app automatically.

  3. iOS: Download the AppIcon.appiconset folder and override the existing one at ios/Assets.xcassets/AppIcon.appiconset

  4. Android: Copy the folders from the downloaded “android” directory and override the subfolders of android/app/src/main/res

That’s it. Your AppIcon should look like this in Xcode now:

And for Android:

Last updated