VolleyPlus
VolleyPlus copied to clipboard
Not supported in android 9.0 (API 28)
working fine until it is tested in android Oreo, but when I hit api request in android Pie, it always go in onError method
same here, i think is because volleyplus using older version of volley.
@Asad-ls you just add network option file to res/xml like this
and add this line to manifest/application tag
android:networkSecurityConfig="@xml/network_security_config"