【发布时间】:2018-11-07 05:29:17
【问题描述】:
6 个月前,我的应用在谷歌控制台上被暂停,现在我已经对其进行了编辑并尝试将其作为新的或不同的(使用新的签名证书我丢失了旧的)应用发布,但是当我尝试添加我的 APK在谷歌控制台上我得到了错误
You uploaded an APK that is not signed with the upload certificate. You must use the same certificate. The upload certificate has fingerprint:
[ SHA1: FD:90:0F:B2:C6:8D:CD:21:43:8F:19:10:D6:4E:7E:14:4C:DD:A0:EA ]
and the certificate used to sign the APK that you uploaded have fingerprint:
[ SHA1: 14:A0:7F:6A:D5:36:59:3F:67:4B:F2:E6:5D:D9:E7:49:9B:58:C2:04 ]
我根本无法删除我暂停的应用程序
p.s 我已经更改了包名,但仍然有同样的错误。
【问题讨论】:
-
您需要旧证书才能上传应用程序。
-
这没有意义
-
这是否意味着我不能在没有旧证书的情况下上传任何应用程序?
-
他们的服务器上存储了一个证书,这就是你必须使用的证书。
标签: android android-studio signed google-console-developer