This question already has answers here:
I lost my keystore, I can't upgrade my app in the market
(1 answer)
Lost old keystore, need to sign the app with new keystore [duplicate]
(1 answer)
Closed 9 years ago.
I have uploaded my app in the market. But I had forgot the Keystore and alias password.
By the time i guess correct, the alias option disappeared. So i had to create a new alias and password. I gave the alias password as the keystore password.
What do i have to do? I cant upload.
Please give me specific instructions at what to do?
You need to do your best to recall your password, there is no other way to update your app instead of uploading it as a new one. Check this question.
Related
This question already has answers here:
I lost my .keystore file?
(12 answers)
Closed 6 years ago.
I have to submit a new apk file for the same production in playstore. I have lost my keystore so I have created a new ketstore, but it will not upload this one. So, can be the solution for this situation?
There is no way to submit new apk without the keystore.
Only solution would be to restore your system to previous date when you have the keystore.
You can try this link for bruteforce technique
this github-link for keystore cracker application
EDIT :
Android keystore password recover tool
This question already has answers here:
Android Keystore File Lost [duplicate]
(4 answers)
Anyway to change Keystore or Keystore's Info on android without publish new app
(1 answer)
Closed 9 years ago.
Is there anyway to get the keystore file from .apk, Unfortunately the keystore file is missed now i need to update my app which is there is Google Play.
Please help, Thnx in advance
No, it's not. Imagine the huge security breach that would be. In addition to the already existing problem with code decompilation and recompilation, hackers could even sign a modified APK with the original key and pretend it to be original.
This question already has answers here:
Lost my keystore for uploaded app on android market [duplicate]
(2 answers)
Closed 9 years ago.
I published application and by mistake I uploaded old apk and unfortunately I have also lost my old key store. So console is not accepting new apk with new key store. Now if unpublish app,then can I publish app again with same name and package or not. What better I could do with this problem..? Or I need to change everything from application name to package. Please help.
You need to change packagename. Same package name not accepted again. So rename your packagename with new keystore, publish your app again.
More information here.
This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
I lost my .keystore file!
I have lost the old keystore for Android app published on Market. I don't want to republish 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).
This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
I lost my .keystore file!
I have an app on the android market for 5 months now. I haven't updated it in probably 2 months, so yesterday I went to work coding it. I finish my coding, go to export the app and it asks for my Keystore. The only problem is that when I try the use existing keystore option, THERE ARE NONE!!! So, I go through the long process of creating a new keystore and get the application exported and try to update the app and it tells me the keystores don't match, which is true.
This is the same computer I developed the first version of the app with, using the original keystore so where did it go? How do I retrieve it? My app has 500-1,000 downloads and it's $0.99 so I really don't want to piss 500 people off by removing the app and uploading a new one.
Any suggestions?
I'd suggest contacting the Google team and see if they can retrieve it for you?