VolleyPlus icon indicating copy to clipboard operation
VolleyPlus copied to clipboard

Not supported in android 9.0 (API 28)

Open Asad-ls opened this issue 7 years ago • 2 comments

working fine until it is tested in android Oreo, but when I hit api request in android Pie, it always go in onError method

Asad-ls avatar Dec 11 '18 12:12 Asad-ls

same here, i think is because volleyplus using older version of volley.

hadian90 avatar Dec 20 '18 02:12 hadian90

@Asad-ls you just add network option file to res/xml like this

your domain without http://

and add this line to manifest/application tag

android:networkSecurityConfig="@xml/network_security_config"

SaeedBahari avatar Jul 30 '19 07:07 SaeedBahari