Skip to content

Latest commit

 

History

History
72 lines (37 loc) · 1.68 KB

README_GOOGLE_PLAY.md

File metadata and controls

72 lines (37 loc) · 1.68 KB

Create Service Account for release application to google play

  1. Enable API access on Google Play Console
    1.1 Go to the Google Play console and go to Settings > Developer account > API access

googleplay1

1.2 Choose a project to link and agree to the terms and conditions.

1.3 Click on the link to create a service account

googleplay2

1.4. Click on the link to go to the Google Cloud Platform

googleplay3

  1. Configure Google Cloud Platform

2.1. Click on the link to create a service account

gcp1

2.2. Enter service account name and description and click on the create button

gcp2

2.3. Select Owner role and click on the done

gcp3

2.4. Open the actions menu and click on Manage keys

gcp4

2.5. Click on Add Key and then click on Create new key

gcp5

2.6. Select JSON and click on Create

gcp6

2.7. A JSON file should be downloaded, it gives access to the service account.

gcp7

  1. Configure API access on Google Play Console

3.1. Go back to the API access page of the Google Play Console, your service account should appear, click on Grant access

gp1

3.2. Enable the 3 permissions bellow and click on Invite user

gp2

3.3. A modal should appear, click on Invite user

gp3

3.4. You should be redirected to the Users and permissions page, click on your service account

gp4

3.5. Click on Add app, select your app and click on Apply

gp5

3.6. A modal should appear, click on Apply

gp6