Question

I have created an application and published on android market. now i want to publish its 2nd version. the few thing i want to make clear:

  1. I have kept same package name.
  2. I do not have previous keystore cause i changed the windows so keystore deleted and i do not have backup of that keystore.

Now what i should is there any way to retrieve keystore from previous apk.

i know there is so many answers on stackoverflow some are saying possible and some are saying impossible.

please need exact solution.

Was it helpful?

Solution

Yes, You have to have the same keystore file which you have used to upload the 1st version of application on android market.

If you have lost this keystore file then you can't provide update to this application.

Just read this Publishing App on Market. The same problem i've also faced. So, i just change the package name and upload it into market with new keystore. So, keep the Keysotre file safely. See these existing questions which is related to your queries -

  1. Android: I lost my android key store, what should I do?

  2. I lost my .keystore file?

OTHER TIPS

it's imposible bcs when we are creating key store that is for publishing our application to android market to the most first time.now say if u need to update it latter on u need to create updation on existing key store.in ur case u need to make another newly key store and make it sign again and put that signed apk & key store for future reference..that's only the posiblity

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top