How to Find Your Android Bundle ID in Google Play Console
Find your app’s Bundle ID (Package Name) directly in the Google Play Console. This identifier is required for updates, integrations, and service connections.
How to Find Your Android Bundle ID in Google Play Console
Overview
The Bundle ID, also called the Package Name, is a unique identifier assigned to your Android app. It ensures your app is recognized correctly in the Google Play ecosystem. This is for developers managing apps in the Google Play Console and enables tasks like publishing updates and connecting services such as Firebase.
How to Find Your Android Bundle ID in Google Play Console
- Sign in to Google Play Console
- Go to https://play.google.com/console/about/ and log in with your developer account
- Choose your app
- From the All apps section, select the app you want to check
- Locate the Bundle ID
- On the Dashboard, find the Package Name listed under your app name
- It typically follows this format:
- com.yourcompany.yourapp
Pro tips
- The Bundle ID cannot be changed after your app is created in the Google Play Console
- Use the exact same Bundle ID when configuring services like Firebase or third-party SDKs
- If you cannot find it on the Dashboard, check under App integrity or App settings where it may also be displayed