Welcome! › Forums › Unity Plugins › In-App Web Browser › Cleartext Error › Reply To: Cleartext Error
February 12, 2020 at 12:23 pm
#1999
Piotr
Keymaster
It seems Android 8 gives more requirements if you want to use HTTP protocol.
Easiest solutions seems to add this line android:usesCleartextTraffic="true"
to your AndroidManifest.xml.
More info here: https://stackoverflow.com/questions/45940861/android-8-cleartext-http-traffic-not-permitted