Add Google Provided Key to my APP

Asked

Viewed 193 times

0

Google Play suggests a license key for my app

They have a public RSA key encoded in Base64 to include in your binary file. Remove any spaces.

MIIBIjANBgkqhkiG9...

How do I add this key provided by them in my binary file. This binary file is APK?

  • Yes the binary file is APK. How to place the license, you can read more here: https://developer.android.com/google/play/licensing/adding-licensing.html

  • You want to generate an apk signed with a release key right?! You use eclipse or android studio?

  • Android Studio. I would like to insert the key that Google Provides

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.