Disable Cleartext Traffic for Android and AllowsInsecureHTTPLoads for iOS.

Please provide the following:

  1. SDK Version: 38
  2. Platforms(Android/iOS/web/all): Android/iOS

I created a build for both iOS and Android but it seems like usesCleartextTraffic and NSExceptionAllowsInsecureHTTPLoads are set to true by default.

I’m wondering whether this can represent a vulnerability even though our server is using https. So here’s my question:

Is there any way to set usesCleartextTraffic and NSExceptionAllowsInsecureHTTPLoads to false?

2 Likes

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