trevligheten
trevligheten

Reputation: 316

Replace Android app that has the same package name but new keystore

We lost the keystore file for our Android application... And would like to replace the current application with a new app signed with a different keytore from the original app. If we unpublish the app, is it possible to upload the new app with same package name? Or are we forced to upload it with a new package name?

Edit: The .keystore file is missing, not the password.

Upvotes: 6

Views: 1639

Answers (1)

fab
fab

Reputation: 790

Normally, if you unpublish, re-sign your app with new certificate with new keystore and publish again, it will work.

Upvotes: 1

Related Questions