• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Google Licensing API - how to get public key from keystore

Ristar

Lurker
so... i have finished an app and would like to publish, but all of a sudden, i spotted this Google Licensing API and thought that it would be pretty cool to incorporate it into the code.

anyway, in the sample code Google put in... there's this String

Code:
private static final String BASE64_PUBLIC_KEY = "REPLACE THIS WITH YOUR PUBLIC KEY";

so... the question is, how do i get the public key from the keystore that i created with Eclipse?
 
Logon to the Google Developer console. Click "Edit Profile" and it will show you your Public Key.
 
Back
Top Bottom