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

我的梦境 提交于 2019-12-02 06:40:40

问题


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:


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



来源:https://stackoverflow.com/questions/41236517/google-play-error-ssl-error-handler-vulnerabilities-and-app-update-rejected

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!