I had uploaded my app to Android Market some time ago. Today I updated the app, but I had deleted the previous keystore and created new. Now market says, that "The apk must be signed with the same certificates as the previous version". But I don't have this certificate, and don't want to delete and upload once again the application, because it have active users. What can I do to sign app with new certificate?
|
|
Nothing. Read the documentation: Publishing Updates on Android Market
|
|||||||||
|
|
If you have previous apk file with you(backup) then use jarSigner to extract certificate from that that apk, then use that key or use keytool to clone that certificate, may be that will help... Helpful links are jarsigner docs and keytool docs. |
|||||||||
|
|
Nothing - Google says it clearly that the application is identified by the keys used to sign it. Consequently if you've lost the keys, you need to create a new application. |
|||
|
|
