Android app configuration requires Application ID setup, KeyStore certificate generation, and Application ID registration in Google Play Console. This document explains how to configure Application ID, generate and import KeyStore certificates, and register the Application ID.
Understanding Application ID Requirements
Application ID uniquely identifies the app on the Google Play Store. Application ID must consist of at least two dot-separated segments following specific formatting rules. Proper Application ID configuration prevents conflicts with other applications.
Application ID formatting requirements include:
- At least two dot-separated segments;
- Each segment starts with a letter;
- Contains only letters, numbers, and underscores;
- Unused by any other app on Google Play;
- Test builds append .test to the Application ID.
Setting Application ID
Application ID configuration occurs within Android Settings.
- Naviguez jusqu'à Dashboard > MP App > Configure > Android Settings.

- Localiser le App Configuration section.
- Enter the chosen Application ID in the Application ID field.

- Cliquez sur Enregistrer les modifications.
Application ID reservation occurs through Google Play Console registration to prevent conflicts with other applications.
Generating KeyStore Certificate
KeyStore certificate generation creates the signing certificate required for Android app builds.
- Naviguez jusqu'à Dashboard > MP App > Tools > Generate KeyStore.
- Saisir un KeyStore Password in the password field.
- Saisir un KeyStore Alias in the alias field or leave blank for automatic generation.

- Entrer Prénom in the first name field.
- Entrer Nom de famille in the last name field.
- Optionally enter Organisation in the organization field.

- Complete remaining certificate details as desired.
- Cliquez sur Générer to create the KeyStore.
- Check the confirmation checkbox acknowledging KeyStore backup responsibility.
- Cliquez sur Télécharger to save the ZIP file containing the KeyStore.
Importing KeyStore Certificate
KeyStore import adds the generated certificate to WordPress for build signing.
- Naviguez jusqu'à Dashboard > MP App > Configure > Android Settings.

- Localiser le KeyStore Information section.
- Cliquez sur Importation to open the file selector.

- Select the downloaded KeyStore ZIP file.
- Cliquez sur Enregistrer les modifications to finalize the import.
Registering Application ID with Google Play
Application ID registration reserves the identifier and prevents others from claiming it.
- Generate a Release App build under Dashboard > MP App > Build.
- Log in to Google Play Console at play.google.com/console.
- Naviguez jusqu'à All apps and select the app.
- Cliquez sur Release > Production in the sidebar.
- Cliquez sur Create new release to start creating the release.
- Localiser le App bundles section.
- Cliquez sur Télécharger to open the file selector.
- Select the AAB file built with the Application ID.
- Cliquez sur Économiser to register the Application ID.