【发布时间】:2017-12-22 08:59:57
【问题描述】:
我将使用我的密钥库签名的 apk 上传到 Google Play,但意外启用了 Google App Signing 选项。 我在我的网站上上传了相同的 apk。
现在,由于 Google App Signing 选项,两个 apks 具有不同的签名
- Google Play Apk:由 Google 签名
- 网站 Apk:由我的密钥签名
导致The apk must be signed with the same certificates as the previous version error 更新。
Q) 如何让我的 Website-apk 使用与 Google-Play-signed-apk 相同的签名进行签名?
【问题讨论】:
标签: android google-play android-app-signing