I recently uploaded an app to google play, currently I want to upload an update but it won't let me, I get the following error on the console:
Upload Failed Your Android App Bundle is signed with an invalid key. Make sure it contains the correct signing key and try again: SHA1: 90:3B:B8:1D:30:FA:28:95:06:F3:44:14:61:62:EB:E3:C0: 5D:FE:0B.
I have everything:
la contraseña,
el keystore,
el alias,
I just get the same Error and I can't solve it, I appreciate in advance if you have any help on this topic.
I see you made a comment on the question:
google play android certificate error
The keystore you now signed your update .apk with doesn't have the same certificate as it should be:
You have the password, the keystore, the alias but this is definitely because you are using a different keystore than the one you signed the first version of the app with.
For that reason it is extremely important when generating our Keystore to save it, make a backup and avoid losing it! because otherwise you will not be able to upload signed updates of your application in case you lose it. If you lose it you will be forced to create a new signature and you will have to upload a different application (different package name).
Recover key post Android app