【发布时间】:2021-11-03 01:21:01
【问题描述】:
我将发布包 app-release.aab 上传到 Google Play 上的封闭测试轨道。我正在尝试将新捆绑包上传到同一轨道,但它给了我这个错误:
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: 00:57:3F:AD:13:3E:8A:F6:E4:45:19:20:77:F7:6F:82:9F:65:F7:A3
but the certificate used to sign the App Bundle you uploaded has fingerprint:
SHA1: 5E:8F:16:06:2E:A3:CD:2C:4A:0D:54:78:76:BA:A6:F3:8C:AB:F6:25
如果我在同一个项目上创建一个新轨道并尝试上传它,我会遇到同样的错误。我尝试了herehere 和here 的答案,但他们都专注于遵循生成捆绑文件的正确过程。没有一个解决方案对我的方案产生影响。我正在关注this guide 创建捆绑包。我想知道我是否在第一次上传捆绑包时创建了一个密钥,之后每次都使用不同的密钥,但应该使用第一个。
有人对此有任何见解吗?
【问题讨论】:
标签: android react-native encryption google-play google-play-console