When bundling for Android without specifying a certificate, a generate certificate is used. This creates the problem that I cannot install the app over a previous installation, since the certificates will differ. It would be helpful if the default certificate wouldn’t change every time the app is bundled.
Currently I have generated a pem and pk8 file from my generated Android debug keystore that I specify each time I bundle. It works, but it’s a bit annoying to have to select them each time.
@Eddie_Willman would you mind if I ask you for help generating key? Im using KeyStore Explorer to generate certificate and key but defold dont like the key that is generated…