Lost keystore access

Hey, I signed my application’s apk with a key and stored it in a .jks (java key store) file. Due to some unforeseen reason, I have lost access to the keystore file and I had to sign my app’s apk with another key.

Will this cause issues in fdroid picking up my updates from Github repo release section?

You will be fine as fdroid uses its own key to sign every APK. More than that, the app is built from source, thus the releases made on fdroid were never signed with your key.
You’ll have issues with Google play if you distribute your app there.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.