I have android app (I lost its source code), after a month I have found i wrote something wrong in the application and I need to update it or send a notification to users. so I rebuilt the app and tried to upload it again as update. but it is rejected because it doesn't have the same private key.

Is there any way to retrieve the private key or send notifications for users??

有帮助吗?

解决方案

The only way to update an app is by building it using the same package name and keystore. It's called a keystore for a reason - it's your key to the app and nobody else can get at it. If you've lost it, there's nothing that can be done - even Google wouldn't be able to restore it for you. If you publish on Google Play, it's essential to keep a backup of your keystore to avoid this issue.

其他提示

There is no way to update an app if you don't have the original private key. However, you can send a notification to your user if you implemented them before in your App.

If I were you I would definitely try to ask the guys from GooglePlay, maybe they store them somewhere and they can help you :

https://support.google.com/googleplay/?rd=1#contact=1

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top