Google Play Store
tip
Contact us and we'll help you get setup, including your Google Play account!
In order automate the release of your app to Google Play with Wolfia, you need to allow Wolfia to access your Google Play Console account. This is done by creating a service account and generating a JSON key file. You can follow the steps below to create a service account with appropriate permissions.
Create a service account
- Go to the Google Play Console and select your app, make sure you're logged in as the owner.
- Click on the Setup button in the sidebar.
- Select API access from the left menu.
- Select Create a new Google Cloud project.
- Scroll down to the Service accounts section and click Learn how to create new service accounts, then click the Google Cloud Platform link that appears in the dialog.
- Click the Create service account button.
- Enter
wolfia-autorelease-google-play
as the name of the service account (optionally add a description), and click Create and continue. - Select the
Service Account User
role, and hit Continue, skip granting users access to this service account and click Done.
- Once the account is created, you can click into the service account and select the Keys tab.
- Click Add key and select Create new key. Select JSON as the key type and click Create. This will download a JSON file with your service account credentials.
Allow service account to access Google Play
- Go back to the Google Play Console and select your app.
- Click on the Setup button in the sidebar.
- Select API access from the left menu.
- Your newly created service account should be listed under the Service accounts section. Click the Manage Play Console permissions link. If you don't see your service account listed, click the Refresh button.
- Navigate to the Account permissions tab and check the following permissions:
- Click Invite user.
caution
The JSON file you downloaded contains your service account credentials. You should keep this file in a secure location and not share it with anyone.
You can learn more about google service accounts here.