Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to find my Google Play Services Android BASE64_PUBLIC_KEY

Tags:

This question was asked here Android App base 64 public key two years ago, but the interface to the Google Developer Console has changed since then. Some documentation refers to http://market.android.com/publish/editProfile and everything else that the documentation states is there can be found instead by going to the developer console and then to Settings and then Account details. Not so the key. I have also seen documentation that says the key can be found on the "Services & APIs page in the Developer Console" - Under settings, there is an API section but this is for interfacing to the developer console and you have to "create a project" to gain access. I don't think this is what I need either. There is no services section.

like image 918
Steve Waring Avatar asked Nov 25 '14 16:11

Steve Waring


People also ask

What is a Google Play store key?

The Google Play License Key is a cryptographic key provided by Google for your app in the Play Store. Singular can use the Key to help validate information coming from Google and improve your protection from attribution fraud.

How do I add a service to Google Play?

Create your service accountIf prompted, select the project that has the Android Management API enabled. Click Create credentials > Service account key. From the dropdown menu, select New service account. Enter a name for your service account.

Where is app content in Google Play console?

Open Play Console and go to the App content page (Policy > App content). In the “Target audience and content,” click Start or Manage.


1 Answers

The Google Play console has changed recently.

The way to find it now it Developer Console > Select your app > Development Tools > Services & APIs.

like image 83
Camilo Avatar answered Sep 25 '22 04:09

Camilo