开发者

Is there way to get private signed keystore file from previous apk release file?

开发者 https://www.devze.com 2022-12-18 16:01 出处:网络
I have created the private signed keystore file using eclipse and I have released the apk files in an开发者_运维技巧droid market website. After some days we got some issues from users and we have fixe

I have created the private signed keystore file using eclipse and I have released the apk files in an开发者_运维技巧droid market website. After some days we got some issues from users and we have fixed the issues but I don't have private signed keystore file. While making the apk file I need to use private signed keystore file used in previous version release.

Is there way to get private signed keystore file from previous apk release file?


No.

You sign your APK using your private key, at which point your APK then contains your public certificate. The private key cannot be obtained from this file, otherwise anybody would be able to extract the key and sign apps under your name.

This is the reason the Android dev guide heavily recommends you keep your private key safe.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号