When I attempt to upload the App Bundle to Google Play, I get the following error:
On compile I get:
I have also tried to unload just the APK, but also get an error:
Where do I get the correct key?
B4X:
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: E4:73:45:8D:9F:B2:B8:EA:4F:F7:34:E4:07:5B:77:4E:ED:46:68:F8
but the certificate used to sign the app bundle that you uploaded has fingerprint:
SHA1: 70:BB:BE:02:85:F8:22:DD:EF:F4:21:0C:B0:40:C2:51:02:C1:A9:F1
On compile I get:
B4X:
Signing AAB file (2.30s)
Algorithm: -digestalg SHA1 -sigalg SHA256withRSA
I have also tried to unload just the APK, but also get an error:
B4X:
Upload a valid app bundle
Where do I get the correct key?