Recently I updated my app and tried to upload the Google Play Store again. But my app rejected several times due to this warning
Your application uses an old version ( not secure one ) of Lib WebViewClient.onReceivedSslError . Check this article https://support.google.com/faqs/answer/7071387 to know more about it Vulnerable Classes com.ironsource.mobilcore.Utils$b
but unfortunately I cannot find WebViewClient.onReceivedSslError
on my app.
actually what I did on my new version is just update Google AdMob Ads SDK and implement some Restful api using ASynchttpclient.
Is there any way to avoid this warning and upload my new updated app?