keystore from RSA Google Play

Hello.

Is anyway possible to make a “debugkeystore” to sign a apk, from a already in Google Play?

I wish to update a old APK that i have in Google Play, but i was created with other software, no data from that key used is avaible.

In Google Play i can see the RSA public Key of that app.

Thanks.

First, you need a “release keystore” to publish to Google play. You would also need the Private key to create a new keystore. It’s a security measure to now allow people to sign your apps with a public key.

Rob

Yeah…

I was trying to give the users an new release of the app, now with corona, maybe its not possible. I also have the old cdrt.x509.pem and key.pk8, but i can´t do nothing with it…

Thanks.

There is nothing magical or Corona specific about how we use keystores. A google search will be your best bet to find this information.

Rob

First, you need a “release keystore” to publish to Google play. You would also need the Private key to create a new keystore. It’s a security measure to now allow people to sign your apps with a public key.

Rob

Yeah…

I was trying to give the users an new release of the app, now with corona, maybe its not possible. I also have the old cdrt.x509.pem and key.pk8, but i can´t do nothing with it…

Thanks.

There is nothing magical or Corona specific about how we use keystores. A google search will be your best bet to find this information.

Rob