Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 464
trevligheten Avatar asked Aug 07 '15 12:08

trevligheten


1 Answers

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

like image 106
fab Avatar answered Sep 18 '22 17:09

fab