1. Home
  2. Docs
  3. Documentation
  4. Customizations
  5. Change the app icon

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: