android - how to recover keystore file

蹲街弑〆低调 提交于 2019-12-12 03:54:03

问题


I have lost my keystore file now i need to update my app on play store is there any way to get my keystore file i have my old signed apk please any answer will be appreciated


回答1:


You cannot recover a lost keystore.

The signature on your existing APK is just a signature- you cannot reproduce the signature without the key that generated the signature.

Google does not store, keep track of, or ever have access to your keystore. It is completely on the developer to manage the keystore.

Your options are:

  • Find the keystore
  • Generate a new keystore and re-upload your application as a new application. You will be starting completely fresh with this option.



回答2:


Access:

https://support.google.com/googleplay/android-developer/contact/otherbugs?hl=en

and mark the options like below:



来源:https://stackoverflow.com/questions/41105053/android-how-to-recover-keystore-file

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