Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.1k views
in Technique[技术] by (71.8m points)

android security - 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 Behavior policy SSL Error Handler

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...