I noticed my app wasn\'t working on Pixel 3. I went into android studio and emulated a few devices and noticed it is not working on any Android Pie (API 28) devices, but wor
It is working well in Pie Api 28
network_security_config.xml:
AndroidManifest.xml
In the android manifest Application Tag, add these lines.
android:networkSecurityConfig="@xml/network_security_config" android:usesCleartextTraffic="true"