Android Question How to use signing certificate in B4A

Francesco Maresca

Member
Licensed User
Longtime User
Hello, I published my app by activating the Google Play Signature. How can I convert and use the same key in B4A?
I want to be able to use the Google key and convert it to *.keystore
 

Francesco Maresca

Member
Licensed User
Longtime User
I downloaded the file "deployment_cert.der".

I am not with the instructions in the post. I can not find pepk.jar.

This is the screen I see:


firmaapp.png
 
Upvote 0

Francesco Maresca

Member
Licensed User
Longtime User
Because if I debug my application after installing it from the play store, it tells me that the certificate is different and I necessarily lose all the data inside my internal.
So it's like unpreparing and reinstalling my application.
I need to keep the data whether I download from the play store, or whether I try my application directly from B4A.
 
Upvote 0

Francesco Maresca

Member
Licensed User
Longtime User
I didn't have to import any keys but it was all handled by the play store developer console.

My current situation is this:
firmaapp2.png

By going to the app signature I can only download:

- Certificate APP generate by google: deployment_cert.der
- Certificate APP generate from B4A: upload_cert.der
 
Upvote 0
Top