Expo .aab signed with wrong key

When uploading our .aab generated by expo, we get the following 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:SHA1: B1:EB:05:AA:CB:3E:32:C8:5C:65:FB:F8:2B:9B:XX:XX:XX:XX.

We are using a expo generated keystore at the expo-cli, but we also have google app signing enabled. However, it doesn’t seem to use those google keys and I’m not sure how to make expo use the google keys/certificates. Any tips?

  Expo CLI 4.0.16 environment info:
    System:
      OS: Windows 10 10.0.18363
    Binaries:
      Node: 15.3.0 - C:\Users\C64062\AppData\Local\Continuum\anaconda3\envs\face-analyzer\node.EXE
      npm: 7.0.14 - C:\Users\C64062\AppData\Local\Continuum\anaconda3\envs\face-analyzer\npm.CMD
    npmPackages:
      expo: ^39.0.0 => 39.0.5
      react: 16.13.1 => 16.13.1
      react-dom: 16.13.1 => 16.13.1
      react-native: https://github.com/expo/react-native/archive/sdk-39.0.3.tar.gz => 0.63.2
      react-native-web: ~0.13.7 => 0.13.18
      react-navigation: ^4.4.0 => 4.4.3
    Expo Workflow: managed

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