Skip to main content

📱 Change App Name

📋 Overview

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

🔄 Steps to Change Name

1️⃣ Android App Name

  1. Open android/app/src/main/AndroidManifest.xml
  2. Locate the android:label attribute
  3. Update the value with your desired app name

2️⃣ iOS App Name

  1. Open ios/Runner/Info.plist
  2. Find the CFBundleName key
  3. Update the value with your desired app name

📝 Notes

  • Keep the name concise and memorable
  • Test the app after changing the name
  • Ensure the name follows platform guidelines