Android Question Play console warning message

Mostez

Well-Known Member
Licensed User
Longtime User
I'm trying to publish my application on play store, I've got this warning message on app console page, I want to know what it means and how to fix it.
TIA

Cleartext traffic allowed for all domains
Your app's Network Security Configuration allows cleartext traffic for all domains. This could allow eavesdroppers to intercept data sent by your app. If that data is sensitive or user-identifiable it could impact the privacy of your users.
Consider only permitting encrypted traffic by setting the cleartextTrafficPermitted flag to false, or adding an encrypted policy for specific domains.


Learn more
 
Top