EAS android build submission failing with "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 fingerpri"

Hi,

When I started submitting the expo app, I used to build the app using the command expo build:android -t app-bundle and It was getting uploaded to Play store submission successfully. But due to the latest warning " expo build:android has been superseded by eas build", I am using eas build -p android but on uploading the build 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:”

Note : The previous build was having size ~80 MB but on using eas build -p android getting app size only 38 MB

  • Managed workflow
  • Version - eas-cli/2.5.1 darwin-arm64 node-v16.17.1

Hi @virtualboard , how did you solved this issue ?