Lost old keystore, need to sign the app with new keystore [duplicate]
Possible Duplicate:
I lost my .keystore file!
I have lost the old keystore for Android app published on Market. I don't want to rep开发者_如何学Cublish it with different package.
- Can I get old certificate through signed original old apk?
- Can I signed the apk with multiple keystore?
No, public-private key security mechanism are setup specifically to avoid being able to reconstruct the certificate.
If you've lost your keystore then you're basically stuck.
Always backup your keystore and store it in a secure place (or places).
精彩评论