Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android App base 64 public key

How do I get (or view) an Android app base 64 public key? I have the license file, and I have published my app before.

I need the key for licensing.

like image 547
MontrealDevOne Avatar asked Aug 23 '12 14:08

MontrealDevOne


People also ask

How to get Android public key?

To obtain the public key from the Android Keystore use java. security. KeyStore#getCertificate(String) and then Certificate#getPublicKey() . To help obtain algorithm-specific public parameters of key pairs stored in the Android Keystore, its private keys implement java.

How to get app public key?

Open Power Apps portals admin center. Go to Portal Actions > Get Public Key. The key is displayed. Select Download as Text to download the key in a text file.

What is base64 encoded data?

The base64 is a binary to a text encoding scheme that represents binary data in an ASCII string format. base64 is designed to carry data stored in binary format across the channels. It takes any form of data and transforms it into a long string of plain text.


1 Answers

To find the public licensing key for your app perform the following steps...

1.) Login to the Google Play Developer console from where you published your app

2.) Click on your app in the list of apps

3.) Click on Developer Tools on the left menu

3.) Select Services & API's

4.) Under Licensing & In-App billing you will see the public key

like image 125
Greg Quinn Avatar answered Oct 21 '22 08:10

Greg Quinn