I use B4A 9.30 and OkHttpUtils2 in most of my apps to download images and post/get to a PHP server hosted in a non-https site.
I just change the target SDK to 28 in manifest and compile the app.
Until now all the functions thats uses internet still working.
When I need to use this lines in my apps?:
I just change the target SDK to 28 in manifest and compile the app.
Until now all the functions thats uses internet still working.
When I need to use this lines in my apps?:
B4X:
CreateResourceFromFile(Macro, Core.NetworkClearText)