android - how to recover keystore file

后端 未结 2 1386
情书的邮戳
情书的邮戳 2021-01-23 03:13

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 p

相关标签:
2条回答
  • 2021-01-23 03:41

    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.
    0 讨论(0)
  • 2021-01-23 03:58

    Access:

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

    and mark the options like below:

    0 讨论(0)
提交回复
热议问题