PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV Mobile 2024 → Jonathan
Jonathan
Iniciado por duk_yh, nov., 11 2022 8:14 PM - Sem resposta
Publicado em novembro, 11 2022 - 8:14 PM
When uploading my app to Google got the error:

"For new apps, Android App Bundles must be signed with an RSA key."

In the signing process replaced:

"-keyalg DSA -sigalg SHA1withDSA -keysize 1024"

to

"-keyalg RSA -keysize 2048"

That solved the problem