i want to request to google play support to reset my signing key, how can i do as google need .pem file and the file i get from expo is .jks

Please provide the following:

  1. SDK Version:48
  2. Platforms(Android/iOS/web/all):Android

I wanted to reset my signing key after getting this error
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: 11:67:A4:A9:54:85:5B:B8:56:D3:F7:48:18:6A:30:CA:1F:E6:1B:4C

but the certificate used to sign the App Bundle you uploaded has fingerprint:

SHA1: E0:8E:62:71:39:51:F8:7E:F7:AC:8F:86:23:70:F3:AA:F0:57:71:B6

Hi @masoudcodes, you’ll have to export the .jks to pem format.

I’d suggest following steps from App credentials - Expo Documentation. The steps are defined in the collapsible section that says “Learn how to reset your upload key on Google Play…”.

2 Likes

Thank you very much, i got .pem file

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.