One of our suppliers of phone has sent us *.pk8 and *.x509.pem file, they are media, platform, releasekey, shared, testkey, and verify. This file will allow us have our apps as system app on their devices.
I am unsure how to use these files, but from reading I need to sign our apps.
I have already tried to use the command keytool -import -keystore *.jks -alias alias_name -keypass alias_passwd -file *.x509.pem` (no *.pk8 file) but when I use the jks to sign the APK, a trusted
I have already tried to use the command keytool -import -keystore *.jks -alias alias_name -keypass alias_passwd -file *.x509.pem` (no *.pk8 file) but when I use the jks to sign the APK, a trusted
Hi, this is how I managed to do it, based on the stackoverflow post that sent Erel.
(Note: I used "b4a" as alias to be able to use it in B4A under "Tools > Private Sign Key")
Create the Keystore
(In this step you will be asked for the password set in the previous step AND to set a new password for the Keystore, I used the same to not mess it up)