Android Question Exclude keystore from APK

demasi

Active Member
Licensed User
Longtime User
Hello,

I made a small apk to test send to Play Store, but Google said my apk has a security issue, because my keystore was sent with the apk.
I looked inside the apk, opening with 7zip, and the keystore is there, in the resources folder.
Is there a way I can exclude the keystore from the apk?
Thank you!
 

DonManfred

Expert
Licensed User
Longtime User
Is there a way I can exclude the keystore from the apk?
yes. Dont put the keystore into the files folder of your project.

Place it in the b4a installation folder or so... You just need ONE keystore for all your apps. dont create a new one for each app.
 
Last edited:
Upvote 0

demasi

Active Member
Licensed User
Longtime User
I´ve found it.
It was my fault, the generated keystore was saved at my files folder.
And included in my apk. I changed this.
Thank you again.
 
Upvote 0
Top