APK that is not signed with the upload certificate Google Play Store [duplicate]

旧时模样 提交于 2020-01-11 13:27:10

问题


I developed an app using Xamarin.Forms, and I would publish the app to Google Play Store, I generated the APK and Store key as the following document (https://docs.microsoft.com/en-us/xamarin/android/deploy-test/release-prep/?tabs=windows) from Visual Studio, but when I upload the APK file to Google Play Store, I get the following error.

Upload failed You uploaded an APK that is not signed with upload certificate. You must use the same certificate. The Upload certificate has fingerprint...etc

I have the old KeyStore but I lost the keyPassword


回答1:


Sorry to tell you the bad news, from the official Android developer docs:

Ensure that the app signing key is not lost. Loss of the app signing key means that an app cannot be updated, so it is critical for it not to be lost.

Update

It seems like Google now allow reseting certificates. Please fill-in an issue on this form. The operation may take a couple of business days.

Thanks @SushiHangover for pointing that out!



来源:https://stackoverflow.com/questions/53459217/apk-that-is-not-signed-with-the-upload-certificate-google-play-store

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!