android - how to recover keystore file(android - 如何恢复密钥库文件)
问题描述
我丢失了我的 keystore
文件,现在我需要在 Play 商店中更新我的应用程序有什么方法可以让我的 keystore
文件得到我的旧 签名apk
请任何答案将不胜感激
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
推荐答案
您无法恢复丢失的密钥库.
You cannot recover a lost keystore.
现有 APK 上的签名只是一个签名 - 如果没有生成签名的密钥,您将无法重现该签名.
The signature on your existing APK is just a signature- you cannot reproduce the signature without the key that generated the signature.
Google 不会存储、跟踪或访问您的密钥库.管理密钥库完全由开发人员负责.
Google does not store, keep track of, or ever have access to your keystore. It is completely on the developer to manage the keystore.
您的选择是:
- 找到密钥库
- 生成新的密钥库并将您的应用重新上传为新应用.使用此选项,您将从全新开始.
这篇关于android - 如何恢复密钥库文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:android - 如何恢复密钥库文件
- 类似于 Mail.app 的 iPad 模态视图控制器? 2022-01-01
- GPS状态的广播接收器? 2022-01-01
- 如何在 iPhone 模拟器中重置 NSUserDefaults 数据? 2022-01-01
- 网上有没有好的 UIScrollView 教程? 2022-01-01
- SetOnItemSelectedListener上的微调程序错误 2022-01-01
- 使用自动布局向 UIScrollView 添加动态大小的视图 2022-01-01
- Xcode 7.3 中带有 UILabel 的 UIStackView 2022-01-01
- UITextView 内容插图 2022-01-01
- URL编码Swift iOS 2022-01-01
- 在 Iphone SDK 的导航栏上添加多个按钮 2022-01-01