You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Google Play will raise an 'SSL Error Handler Vulnerability' when submitted to the play store and reject the binary if SSL errors are ignored like here:
Google Play will raise an 'SSL Error Handler Vulnerability' when submitted to the play store and reject the binary if SSL errors are ignored like here:
public void onReceivedSslError(WebView view, SslErrorHandler handler, SslError error) {
handler.proceed();
}
The text was updated successfully, but these errors were encountered: