com.reylabs.myapp — that Google Play uses to identify your app across the Play Console, app signing, and services like Firebase and Google Sign-In. Android calls this the application ID; it’s the direct equivalent of an iOS Bundle ID.
You choose the package name once and configure it in Rey. Unlike Apple, Google doesn’t require you to pre-register the identifier in a separate portal — it’s claimed the first time you create the app record in the Play Console.
Prerequisites
- An active Google Play Developer account.
- A chosen package name string (see naming rules below).
Choose a package name
Package names follow reverse-DNS notation and must be globally unique across all of Google Play.Format and rules
Format and rules
- Lowercase letters, numbers, and dots. Underscores are allowed inside segments but hyphens are not.
- Reverse-DNS style: start with your domain in reverse, then the app name. Example:
com.reylabs.taskflow. - At least two segments (e.g.
com.taskflowis the minimum,com.reylabs.taskflowis recommended). - Each segment must start with a letter.
- Must be unique across all of Google Play — you cannot reuse one another developer has claimed.
- Cannot be changed after your app is published to Google Play, so pick carefully.
Good examples
Good examples
com.acme.notesio.reyapp.taskflowcom.yourcompany.yourapp
Bad examples
Bad examples
MyApp— not reverse-DNS.com.google.myapp— you cannot use Google’s namespace.com.acme.notes.v2— don’t include version numbers.com.acme-labs.notes— hyphens aren’t allowed.
Reserve your package name in the Play Console
Google claims the package name when you create the app record. If you want to lock it in before finalizing the rest of your listing, walk through app creation now with your chosen package name.Sign in to the Play Console
Go to play.google.com/console and sign in with the Google account tied to your developer account.
Enter your package name context
Fill in an app name, default language, and app/game type. The package name itself is set when you upload your first build, but the app record reserves the slot in your account.
Add the package name to Rey
Open Publish settings in Rey
In the Rey editor, click Publish in the toolbar and select Google Play as the target.
Paste your package name
In the Android settings section, paste the exact package name you plan to use (e.g.
com.reylabs.taskflow).Next steps
- Register your first app in the Play Console using the package name you just chose.
- Return to the Publish to Play Store overview for the full submission walkthrough.