문제

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