Search for Android Keystore - android

I am picking up an Android application after a year away from the codebase. I attempted to export a signed application package but cannot for the life of me remember where the original keystore was. I also don't know the name of the keystore file (and it appears that keystores don't have a file extension either).
What are my options for retrieving the keystore so I can submit an update to the Play store?

Don't waste your time.
There no way to submit an update without having the same keystore files,
unless you find the keystore that was used to the submitted app.
Keystore files does not have an extension. What I do is to a .keystore extension when saving them.
e.g. someName.keystore
This way I can search them and find them easier.

Related

What solution to update the app without the base file?

A month ago I deleted the .jks file thinking it was a duplicate.
I had a file of the same name in my backups, unfortunately I deleted the wrong file and the file I have is not identical to the base signature
I lost the jks keystore file for publishing my app on google play console.
The best solution is to contact the support service. from Google.
You are requesting a reinitialization of the signing key. He will contact you directly by gmail.
I tested and they helped me quickly

Key Store Alias

I'm trying to upload a game to Google, I've already uploaded version one, so I have to jump through frustrating hoops to get version 2 signed. It won't allow me to create a key Store alias or whatever, all the information I've put into the game is Company (com.DefaultCompany.Blaster) and Skies Above as name, but before when I filled the information out I was getting certification errors so I've restarted the project. This is the most frustrating thing I've ever had to do and have spent well over 5 hours trying to figure it out. Could someone run me through trying to get a signed APK with the right certification so I can upload my game? Thanks.
I believe it's because you setted the Key Store path as an apk file instead of a jks file (as shown below from Android docs) which should be kept in a safe directory at all times since the keystore is what provides access to the apk release process after all. That said, you may need to release a new apk with the new keystore jks file, and yes, that means publishing a new listing for your app at the Play Console.

How to generate same SHA1 for updated apk?

After my hard disk crash, I've lost all my data including the keystore file. Though I remember all the information I have inserted to generate the keystore file. Now without the keystore, I can't update my app in google play store :(
Google play is showing me this error now:
...
Is there any way to generate the JKS file so that it lets me upload the APK in the Google play?
After my hard disk crash, I've lost all my data including the keystore file
Restore it from the backup that you made of your hard drive. If you are not backing up your computers, stop using those computers until you start backing them up.
Is there any way to generate the JKS file so that it lets me upload the APK in the Google play?
No.

Extract signing information from .apk file

This is NOT a request to extract the private key from a .apk file.
I am having a problem signing a new .apk file with same key as the old .apk. This is important to do because it is required by Google in order to update the app in Google Play.
I am "sure" that I have the keystore file and passwords, but I am still having a problem.
One of the debugging steps I would like to perform is extracting any information about the key from the old .apk file. I know I cannot get the private key itself (for obvious reasons). I just want to see the name or other information so I can do a sanity check on getting the keys to match.
My questions are:
1) What information can be extracted from a .apk file regarding key and keystore used to sign it?
2) How do I extract that information?
My preferred platform is Mac, but I can use Linux or Windows as well.

Get Some Kind Of KeyStore Information from APK

I think my KeyStore is somewhere on my Mac, but I can't seem to find where. I have already signed a previous APK with that KeyStore, but have since inconceivably lost it. I have used programs like Find Any File to no avail. Is there any way to get any kind of information about the keystore from the APK? e.g. Name, Date Created, etc....

Categories

Resources