Skip to content Skip to sidebar Skip to footer

Google Play Error: Ssl Error Handler Vulnerabilities And App Update Rejected

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 Beha

Solution 1:

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.

https://support.google.com/faqs/answer/7071387

Post a Comment for "Google Play Error: Ssl Error Handler Vulnerabilities And App Update Rejected"