Skip to main content

🖼️ Change App Logo

📋 Overview

Learn how to customize your app's logo for both Android and iOS platforms.

  1. Navigate to android/app/src/main/res/mipmap-* folders
  2. Replace the ic_launcher.png files with your new logo
  3. Ensure the logo follows Android's icon guidelines
  1. Open ios/Runner/Assets.xcassets/AppIcon.appiconset
  2. Replace the existing icon files with your new logo
  3. Make sure the logo meets Apple's icon requirements

📝 Notes

  • Maintain proper image dimensions for each platform
  • Test the app after changing the logo
  • Keep backup of original logos