I have to sign my APK
and Google market provide me a key which is something like
YOUR LICENSE KEY FOR THIS APPLICATION Base64-encoded RSA public key to include in your binary. Please remove any spaces. MIIBIjANBgasdfasdfdaskqhkiG9w0BAQEadfadfasdFAAOCAQ8AMIIBCgKCAQEAuacIf........
How can I sign my APK
with this key and how include this key in my binary?
Signing Application with the Platform Keys If you are a device vendor and you want to add a system application from the play store, you need to sign that application with the same keys you have signed the ROM. The keys are located in: build/target/product/security : platform. pk8.
Export the Certificate Before you can use the certificate to sign your app you need to export it to a Personal Information Exchange (PFX) file. This will create a PFX file that you can use to sign your app.
I had the same question. Finally found that the RSA public key on Dev-Console is for "licensing". It means that the app can use the key to query if the user has a current and valid license for using your app or the services in it. This is totally different from signing an apk.
http://developer.android.com/google/play/licensing/index.html
I too am like the original poster asked wondering what to do with the lisence key generated by the developer console on my way to publishing in the Google Play store.
While all the above posts show how to export and create keystore etc in Eclipse or from a command line, none of them answer what the dadgum key Google offers up is for. Do I need to add it somehow? I see no way to specify the key Google generated as a "licening key" in the Google Play Developer Console, and NOTHING tells me HOW to bind THAT key to my app.
I already know how to export a signed app using eclipse but that does not have the Google Play key. If someone can point me in the right direction it is much appreciated.
OK I have figured it out. The licence key is irrelevant to signing your app and is for licensing purposes within your app.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With