Skip to content

Latest commit

 

History

History
51 lines (27 loc) · 3.98 KB

creating-google-service-account.md

File metadata and controls

51 lines (27 loc) · 3.98 KB

Creating Google Service Account

If you’d like to submit your Android app to Google Play Store with eas submit you need to create a Google Service Account key. This page will guide you through this process.

  1. Open Google Play Console, expand Setup, and choose API access.

  1. If you see a message saying API access is not enabled for your account, you must first link your Google Play developer account with a Google Developer Project. On this page, select Choose a project to link, then either link it to an existing project if you have one, or select Create new project and then click Link project.

  1. Click Create new service account and follow the Google Cloud Platform link in the dialog.

  1. Click another CREATE SERVICE ACCOUNT button.

  1. Enter the name of this service account in the field titled "Service account name". We recommend a name that will make it easy for you to remember that it is for your Google Play Console account. Also, enter the service account ID and description of your choice. Click the CREATE button.

  1. Click Select a role and choose Service Accounts > Service Account User. Click DONE.

  1. Select Manage keys from the options button for your newly created Service Account, then Create new key. Choose JSON and then the CREATE button. Download the .json file and store it in a safe place.

  1. Return to the API access page on the Google Play Console and ensure it shows your new service account. Click on Grant permissions for the newly added service account.

  1. Click Invite user.

  1. Click Send invitation,

  1. That's all! From now on, you can use the generated Google Service Account to upload your app with eas submit.