How to publish app on playstore

The problem I am facing is that whenever I upload the aab file on play console it says
Your Android App Bundle is signed with the wrong key. Ensure that your App Bundle is signed with the correct signing key and try again. Your app bundle is expected to be signed with the certificate with fingerprint:

SHA1: 01:1C:CF:D8:88:22:29:1A:6D:8C:B2:66:28:4B:F7:0E:BA:49:47:04

but the certificate used to sign the app bundle that you uploaded has fingerprint:

SHA1: D7:41:E1:C3:CC:6A:00:D3:12:ED:9B:61:66:6E:84:62:88:35:DD:A4

Was this ever resolved, I’m getting the same error today?

KK

When you want to publish an update to a former app of yours, that update needs to have the same key as the 1st version of the app.
To do that, you need to export your original android key form the first version, and import it to update.


You need to do that even if the update is a copy of the original… Every time you multiply a project, the copy get a different key.

1 Like

i am having this issue a new AP but made from a copy of another APP trying to change keystore but keep getting invalid password