Google Developer account connection enables in-app product synchronization and Android build submission through automated publishing services. This document explains how to create a Google Cloud service account, enable required APIs, grant Play Console permissions, and upload credentials to WordPress.
Understanding Google Developer Connection
Google Developer account connection automates workflows for Android app management. Service account authentication provides secure access to Google Play services without password sharing. Connected accounts enable automated product synchronization and build submission processes.
Creating App in Google Play Console
App creation in Google Play Console establishes the foundation for Android app distribution.
- Navigate to Google Play Console at play.google.com/console.
- Cliquez sur le bouton Créer une application bouton.
- Enter the app name in the Nom de l'application domaine.
- Select the default language from the Default language liste déroulante.
- Sélectionnez l'option Application for the app type.
- Select whether the app is Free or Paid.
- Scroll to the declarations section.
- Vérifier le Developer Program Policies case à cocher.
- Vérifier le US export laws case à cocher.
- Cliquez sur Créer une application to finalize app creation.
Creating Google Cloud Project
Google Cloud project creation provides the container for service account credentials.
- Navigate to Google Cloud Console at console.cloud.google.com.
- Sign in with your Google account credentials.
- Click the project selector at the top of the page.

- Cliquez sur NEW PROJECT in the project selector dialog.

- Enter a descriptive name in the Project Name domaine.
- Select an organization from the Organisation dropdown if applicable.
- Select a location from the Localisation dropdown if applicable.
- Cliquez sur Créer to finalize project creation.
- Verify the new project is selected in the header dropdown.
Enabling Google Play Android Developer API
API activation enables service account access to Google Play functionality.
- Naviguez jusqu'à APIs & Services > Enable APIs & Services in the Google Cloud Console.

- Cliquez sur Library to open the API library.


- Search for “Google Play Android Developer API” in the search field.

- Cliquez sur Google Play Android Developer API in the search results.
- Cliquez sur ENABLE to activate the API.

Creating Service Account
Service account creation generates credentials for automated Google Play access.
- Naviguez jusqu'à APIs & Services > Credentials in the Google Cloud Console sidebar.

- Cliquez sur Create Credentials en haut de la page.

- Sélectionner Service Account from the credentials type dropdown.

- Enter a descriptive name in the Service account name domaine.
- Cliquez sur Create and Continue.

- Cliquez sur Select a role dropdown under Grant this service account access.

- Naviguez jusqu'à De base in the role hierarchy.
- Sélectionner Owner from the role options.

- Cliquez sur Continuer de procéder.

- Cliquez sur Terminé to create the service account.
Generating Service Account Key
Service account key generation creates the JSON file required for WordPress upload.
- Naviguez jusqu'à APIs & Services > Credentials in the Google Cloud Console sidebar.
- Locate the created service account in the Service Accounts list.
- Click the pencil icon next to the service account name.

- Cliquez sur le bouton Clés tabulation.
- Cliquez sur le bouton Add Key liste déroulante.
- Sélectionner Create New Key from the options.

- Sélectionner JSON as the key type.
- Cliquez sur Créer to generate and download the key.

- Save the downloaded JSON file securely.
- Copier le Service account email from the details page.
Granting Play Console Permissions
Service account permissions enable Play Console access for automated operations.
- Navigate to Google Play Console at play.google.com/console.
- Cliquez sur Users and permissions in the left sidebar.
- Cliquez sur le bouton Invite new users bouton.

- Paste the service account email into the Adresse électronique domaine.

- Faites défiler vers le bas jusqu'à la rubrique Permissions d'utilisation section.
- Cliquez sur Add app to select accessible apps.

- Select the app from the available apps list.

- Cliquez sur Appliquer to confirm app selection.
- Sélectionner Administrateur sous Account permissions for full access.

- Cliquez sur Invite user to send the invitation.

- Naviguez jusqu'à Users in this Group section.
- Add the service account user to the group.
- Verify the service account appears with an Actif status in the users list.
Uploading Service Account Key to WordPress
Service account key upload connects the Google Developer account to WordPress.
- Naviguez jusqu'à Dashboard > MP App > Configure > Android Settings.
- Localiser le Connect Your Google Developer Account section.
- Cliquez sur Upload File to open the file selector.

- Select the downloaded JSON key file from the device.
- Cliquez sur Connect Account to establish a connection.
- Verify the green Connecté indicator appears.
Connected status confirms successful Google Developer account integration.
Setting Up Internal Testing
Internal testing configuration enables app testing before public release.
Navigating to Internal Testing
- Navigate to Google Play Console at play.google.com/console.
- Select the app from the Home page.
- Cliquez sur Test and Release > Internal testing in the sidebar.

- Cliquez sur Create new track if no track exists.
- Add tester email addresses or Google Groups in the testers section.
- Enter a feedback URL or email address for bug reports.
- Cliquez sur Économiser to finalize testing track configuration.
Creating New Release
Release creation prepares the app for distribution to testers.
- Naviguez jusqu'à Testing > Internal testing in Google Play Console.
- Cliquez sur le bouton Create new release bouton.
- Localiser le App signing section.
- Cliquez sur Choose signing key.
- Sélectionnez l'option Use Google-generated key option.
- Confirm the signing key selection.
Google Play signs all releases using the generated key after selection confirmation.
Requesting AAB Build
Android App Bundle build request occurs through the WordPress build interface.
- Naviguez jusqu'à Dashboard > MP App > Build.
- Cliquez sur le bouton Request Build bouton.

- Vérifier le Android checkbox as the platform.
- Sélectionner Release App as the build type.
- Cliquez sur Prochaine étape de procéder.

- Cliquez sur Send Build Request to submit the request.
- Monitor request status under Build History.
Build completion typically occurs within 5-10 minutes after request submission.
Uploading AAB to Play Console
AAB file upload to Play Console completes the release preparation.
- Naviguez jusqu'à la page Create release screen in Google Play Console.
- Faites défiler jusqu'à la App bundles section.
- Cliquez sur Télécharger to open file selection.
- Naviguez jusqu'à Dashboard > MP App > Build > Build History dans WordPress.
- Cliquez sur Upload to Google Play Console next to the completed build.
- Cliquez sur Download build to save the AAB file.
- Return to the Google Play Console upload dialog.
- Select the downloaded AAB file from the device.
- Wait for upload completion.
- Verify the uploaded app bundle appears in the release.
Completing Required Declarations
Metadata declarations must be completed before publication.
- Review any displayed metadata error messages.
- Cliquez sur Complete declaration to address requirements.
- Navigate to the Advertising ID declaration page.
- Answer Oui to “Does your app use advertising ID?” if applicable.
- Cliquez sur Économiser to store the declaration.
- Return to the release screen.
- Cliquez sur Économiser again to finalize the release.
Completed declarations enable release publication to the internal testing track.