Skip to content Skip to sidebar Skip to footer

Ssl Error Handler Webview Android

When I try to publish my app, the Google Play Console says that I have a vulnerability in my app due to SSL Error Handler. I followed the Google Help Center solution https://suppor

Solution 1:

My guess is that Google doesn't like you calling proceed() or cancel() asynchronously in an onClick callback. Instead, you should do it synchronously in the onReceivedSslError() method itself.


Post a Comment for "Ssl Error Handler Webview Android"