Google Play Error: SSL Error Handler vulnerabilities and APP UPDATE REJECTED

4.2k views Asked by At

How to solve below mentioned error from google play store after apk rejected

Your APK has been rejected for containing security vulnerabilities, which violates the Malicious Behavior policy SSL Error Handler

1

There are 1 answers

1
andude On BEST ANSWER

Look at the rejection message. It will point to the class that is at fault. If you have a WebViewClient, then make sure you implement onReceivedSslError() method. Here are more details.