Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android - Export encrypted key for enrolling published apps

In Android Studio, what is the "export encrypted key for enrolling published apps" function when generating signed APK/bundle?

like image 897
Denis Avatar asked Aug 10 '19 13:08

Denis


People also ask

What is export encrypted key for enrolling published apps?

If you want Android Studio to also save the signature key as an encrypted file, then select the Export encrypted key check box. In order to be able to upload the bundle, you must also upload this encrypted file to the Google Play console and register the application with Google Play.

How do I export and import a key not using Java Keystore?

Export and upload a key (not using a Java keystore) You can download the PEPK tool source code and use the hex encoded public key provided in the console to export your private key. In the Google Play Console App Signing page, select “Export and upload a key (not using Java Keystore)” and upload the key you exported.


1 Answers

If you want Android Studio to also save the signature key as an encrypted file, then select the Export encrypted key check box. In order to be able to upload the bundle, you must also upload this encrypted file to the Google Play console and register the application with Google Play.

like image 165
Rictusempra Avatar answered Oct 20 '22 20:10

Rictusempra