【问题标题】:while updating the react native app in play store showing Upload error在显示上传错误的 Play 商店中更新 React Native 应用程序时
【发布时间】:2020-04-21 05:23:45
【问题描述】:

我正在尝试更新应用商店中的 react 本机应用,但出现错误。

Upload failed
You uploaded an APK that is not signed with the upload certificate. You must use the same certificate. The upload certificate has fingerprint:
[ SHA1: EC:FB:46:37:C6:31:90:55:65:F6:46:E4:61:8E:EA:5A:88:0D:72:02 ]
and the certificate used to sign the APK you uploaded have fingerprint:
[ SHA1: 5A:4B:97:7A:BA:FD:B5:E5:C0:A5:4A:16:BF:78:E3:9E:EB:2F:8D:CC ]

Error Screnshot

【问题讨论】:

标签: android react-native google-play react-native-android


【解决方案1】:

这个错误是因为你使用了错误的Keystore。

我认为在您的情况下,您首先使用 1st Keystore 签署 apk 并尝试将其上传到商店。

第二次,当您签署 apk 时,您会使用之前使用的另一个密钥库(新密钥库)。

这是导致此错误的原因。

要解决这个问题,您必须使用您第一次在生成签名 apk 时使用的 keyore。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2018-11-24
    • 2020-04-17
    • 2019-11-28
    • 1970-01-01
    • 1970-01-01
    • 2017-03-08
    • 1970-01-01
    • 2014-01-24
    相关资源
    最近更新 更多