Hello All,
Im deploying this new App in PlayStore and, in the Pre-Launch report i'm getting this "Security and trust" Error/issue:
"
Cleartext traffic allowed for all domains
Error - Privacy
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."
Its important to mention that all the endpoints request and posts from the App are pointed to https://
So, my question is if i need to do anything extra in the manifest editor to avoid this error issue?, or if i leave it at it is, the information of my users could be compromised?
Many thanks all for your guidance
Regards!