How do I enable Google application signing? I have the file I used so far (implementation.keystore) and of the options that Google gives me to register, I select “Export and load a key from a Java keystore”. that uses the PEPK tool, but following the commands that come I can’t generate anything.
I believe that the error is in the variable ‘output’, I understand that it is the path where the encrypted file will be generated?
this is what i used:
java -jar pepk.jar --keystore=Implementacion.keystore --alias=implementacion --output=‘d:’ --encryptionkey=eb10fe8f7c7c9df715022017b00c6471f8ba8170b13049a11e6c09ffe3056a104a3bbe4ac5a955f4ba4fe93fc8cef27558a3eb9d2a529a2092761fb833b656cd48b9de6a
Is there a manual or help in Corona for this process that explains how to publish on Android AppBundle in Google Play Store?
Thanks!
