Another test I do, I get my keystore file and do the following command:
keytool -export -alias myalias -keystore myfile.keystore -file apperyo.cer
Next I try to import apperyo.cer but the import fails, sayng:
Your certificate does not contain a private key, so you will not be able to sign your applications
If I do keytool -printcert -file apperyio.cer
I obtain correctly my certificate informations.
Instead my keystore file is correctly imported, perfectly recognized via certificate detail in appery.io, console but the compiler can't build.
I also rename my keystore, with .cer extension, and reupload it, and use it to compile but still no works.
So what's the matter?
Please note as wrote above: my certificate/keystore s already used for other compilers and applications that are already in google store from years; so the certificate cannot be a problem.