Google Play Developer API Integration Guide
This guide walks you through integrating your project with the Google Play Developer API, enabling automated management of your Android applications on the Google Play Store.
Prerequisites
Before you begin, ensure you have:
A Google Play Developer account.
Access to the Google Cloud Console.
An Updraft account.
Create a Google Cloud Project
Navigate to the Google Cloud Console.
Click on the project dropdown and select New Project.
Enter a project name and click Create.
Enable the Google Play Developer API
In the Google Cloud Console, go to APIs & Services > Library.
Search for Google Play Android Developer API.
Click on it, then click Enable.
Create a Service Account
In the Google Cloud Console, navigate to IAM & Admin > Service Accounts.
Click + CREATE SERVICE ACCOUNT.
Provide a name and description for the service account.
Click Create and Continue.
Assign the Service Account User role.
Generate a JSON Key for the Service Account
In the Service Accounts list, click on the newly created service account.
Navigate to the Keys tab.
Click Add Key > Create New Key.
Select JSON and click Create.
Securely store the downloaded JSON key file; you'll need it for integration.
Grant Access in the Google Play Console
Go to the Google Play Console.
Navigate to Users and permissions.
Click Invite new user.
Assign the necessary permissions, such as:
View app information
Manage production releases
Manage testing track releases
Edit store listing, pricing & distribution
Integrate with Updraft
Log in to Updraft.
Navigate to Profile > Developer Accounts.

Click Connect Google Play.
Upload the JSON key file you downloaded earlier.
Click Save to complete the integration.
Last updated