How to resolve google Console deny for cleartextTrafficPermitted?

English

Hi!
I recently decided to launch an app on Google Console, however, google refused my application even though I used https on my website.
What they suggest I set cleartextTrafficPermitted to true. However, as the format accepted by them is *.aab, there is no way for me to change the “res/xml/network_security_config.xml”.
I’ve already tried the possibility to compile to *.apk, change the line of code and then convert to *.aab again.
But when this is done, it is already rejected in the upload informed that the SHA1 signature is incorrect. Why it changes during conversion.
How to resolve google Console deny for cleartextTrafficPermitted? Is there any possibility to change this in *.aab without converting or inserting in kodular by extension?

//-------------------------------------------------------------------------------------------------------//
Portuguese

Olá!
Recentemente resolvi lançar um app no Google Console, entretanto, o google recusou minha aplicação mesmo eu usando https no meu site.
O que eles sugerem que eu coloque cleartextTrafficPermitted como verdadeiro. Porém, como o formato aceito por eles é *.aab não tem como eu alterar o “res/xml/network_security_config.xml”.
Já tentei a possibilidade de compilar em *.apk, mudar a linha de código e depois converter em *.aab novamente.
Só que quando se faz isso é rejeitado já no upload informado que a assinatura de SHA1 está incorreta. Por que ela muda durante a conversão.
Como resolver a recusa do google Console para cleartextTrafficPermitted? Tem alguma possibilidade de alterar isso no *.aab sem converter ou inserir no kodular por extensão?

1 Like

Folks, discard my doubt, I managed to solve it using the “Shreya.ig Shreya” tool.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.