2

I have a published app on Google play. I wanted to fix some bugs and upload an updated version. Unfortunately, I lost my certificate, and cannot create the apk without it. Is there a way to recreate it using the same key stored on Google play? Otherwise, I have to create a completely new apk, and I lose all my history and ratings.

2
  • 2
    You can not sign the app with different certificate. You will have to create a new apk. Commented Aug 4, 2013 at 5:50
  • Do the users get an update with a new apk ? @Tarun Commented Aug 28, 2014 at 10:49

1 Answer 1

1

From the Android Developers Site:

"Warning: Keep the keystore file you generate with Keytool in a safe, secure place. You must use the same key to sign future versions of your application. If you republish your app with a new key, Google Play will consider it a new app. For more information on settings that must remain constant over the life of your app, see the Android Developer Blog post Things That Cannot Change."

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.