Answers for "net:err clear text is nor permitted"

2

net::ERR_CLEARTEXT_NOT_PERMITTED

// Agrega esta linea en el android/app/src/main/AndroidManifest.xml

<application
        android:allowBackup="true"
        android:icon="@mipmap/ic_launcher"
        android:label="@string/app_name"
        android:roundIcon="@mipmap/ic_launcher_round"
        android:supportsRtl="true"
        android:usesCleartextTraffic="true" <------------- esta linea
        android:theme="@style/AppTheme">
Posted by: Guest on July-30-2021
2

net:ERR_cleartext_not_permitted

android:usesCleartextTraffic="true">
Posted by: Guest on May-05-2020

Browse Popular Code Answers by Language