Important question about okHttp and okHttputils2 on some libs

Douglas Farias

Expert
Licensed User
Longtime User
Hi all.
i see this post today
https://www.b4x.com/android/forum/threads/google-mail-about-my-apps-dont-knw-what-to-do.63701/


I received the same email, and i think all developer on this forum using http or httputils2 will receive this email.

Now my question.
I changed my all apps to use okhttp and okhttputils2 for now, but i dont know about the libs and class.

How works the libs like admob banner, admob interstitial, picasso and another libs using http requests?
this libs need a update too?

i think exist a lot of libs using http on this forum(i think)
all libs need update and change http request to okhttp?

I'm asking because if the libraries using http and not okhttp I have trouble in my google account right?

someone can explain me how this works?
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Most ad libraries are not based on http library. You can open the xml file and search for the DependsOn item.

If there will be a problem then I can always create an updated version of http library without the initialize accept all implementation.

Note that there isn't any real security issue with http library unless you do call hc.InitializeAcceptAll.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…