I am using an POS equipment used for credit cards.
I could singn the b4a-bridge.apk with their key and upload to the android and i could install...
They have a jks and I have the right password
I have this problem:
B4X:
Signing package file (private key). Error
Failed to load signer "signer #1": C:\Dev\yashar\Destaxa\Development_GertecDeveloper_EnhancedAPP.keystore entry "b4a" does not contain a key
I have renamed the jks to keystore and loaded in the "private sign key dialog "
Loading as existing key, gave the password and hit OK, it give me:
B4X:
Keystore type: JKS
Keystore provider: SUN
Your keystore contains 1 entry
Alias name: developmentgertecdeveloper_enhancedapp
Creation date: Sep 2, 2019
Entry type: PrivateKeyEntry
Certificate chain length: 1
Certificate[1]:
Owner: CN=GertecDeveloper EnhancedAPP, OU=22, O=Gertec Brasil Ltda, C=BR
Issuer: CN=Development EnhancedAPP CA, OU=22, O=Gertec Brasil Ltda, C=BR
and more stuff I am not posting.
My intention was to debug and have the apk installed... This android will not let install if it does not have the proper key.
You need to use the correct alias. The default alias is b4a and it is obviously not the case here. You can use the #SignKeyAlias attribute to set a different alias.