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
so... the question is, how do i get the public key from the keystore that i created with Eclipse?
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?