Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Missed my private signing file for Android

I made an Android App and posted it in Android market, and now I'm made some updates on my Apps and trying to give a next version of the same app. The problem is I missed my KeyStore file I generated previously. But I'm having my old vesion APK file. Now I'm not able to upload the next version, the developer console says

The apk must be signed with the same certificates as the previous version. 

as error. May I get any help to make new version for my android app now..?

like image 463
Ramkumar Murugadoss Avatar asked Dec 16 '22 02:12

Ramkumar Murugadoss


2 Answers

There's currently no way of retrieving a lost signing key. What you can do is get a new one, pull your app from the market, and upload your update using a different package name.

like image 200
josephus Avatar answered Jan 08 '23 23:01

josephus


Sorry, as far as i know you are not allowed to update your application now.

To update existing application on market, you must have that KeyStore file and also remember the password.

like image 35
Paresh Mayani Avatar answered Jan 08 '23 22:01

Paresh Mayani