PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → Jonathan
Jonathan
Débuté par Jonathan, 11 nov. 2022 20:14 - Aucune réponse
Posté le 11 novembre 2022 - 20:14
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