Android Question Google Play App Signing and jks

MarcoRome

Expert
Licensed User
Longtime User
Hi @Erel, All
I read in the following thread https://www.b4x.com/android/forum/threads/google-play-app-signing.91703/#content
.. Go to Release Management - App signing...
Upload original key to Google:
You should download pepk.jar from Google app signing instructions page.
The encryption key should be replaced with the key from the instructions page.

but in the Play Store console in other languages, this mask is not displayed, nor tool Pepk.jar, no encryptionkey

in English and according to your instructions we should find such a thing: https://stackoverflow.com/a/44103025

Pity that i found only this:

1615211485361.png


Where i found Google encryption key and PEPK TOOL ?
Any idea ?

Thank you
 

MarcoRome

Expert
Licensed User
Longtime User
Try to upload an AAB. Don't do anything special. What happens?
I simply recompiled the app as "Build App Bundle" and placed it on the production into Play Store ....and in few seconds is in REVISION without any problem šŸ‘ šŸ‘

1615216114279.png


1615216178700.png


1615216217141.png
 
Last edited:
Upvote 0

MarcoRome

Expert
Licensed User
Longtime User
Ok. To update it is very simple, no action is required.
Now i am trying to load a new app.
When try to load a new app it gives me the message: "For new apps, Android App Bundles must be signed with an RSA key." ( see in red in follow picture )

1615220311957.png


Anyway i dont see Release Management - App signing or similar, but only this:

1615220559968.png



The only thing that i see is "Scarica certificato" ( Download Certificate ). Maybe the certificate (deployment_cert.der) needs to be downloaded and the way to operate changes. ??
Because i dont see, also if app is new, tool Pepk.jar and no encryptionkey




1615220820831.png


Thank you
Marco
 
Last edited:
Upvote 0
Top