Closed firefinchdev closed 5 years ago
Android Pie and above does not allow Clear Text HTTP Traffic by default. Its possible to allow such requests to be made by our app using android:usesCleartextTraffic="true" in manifest. Reference: https://stackoverflow.com/questions/51902629/how-to-allow-all-network-connection-types-http-and-https-in-android-9-pie https://stackoverflow.com/questions/45940861/android-8-cleartext-http-traffic-not-permitted
android:usesCleartextTraffic="true"
Solves #157
The change seems to be safe to merge and provides backward compatibility. android:usesCleartextTraffic="true"
Thanks
Android Pie and above does not allow Clear Text HTTP Traffic by default. Its possible to allow such requests to be made by our app using
android:usesCleartextTraffic="true"
in manifest. Reference: https://stackoverflow.com/questions/51902629/how-to-allow-all-network-connection-types-http-and-https-in-android-9-pie https://stackoverflow.com/questions/45940861/android-8-cleartext-http-traffic-not-permitted