Hi, Im developing an Android App which contains Social Networking Login. After this issue, I removed the class which contains " WebViewClient.onReceivedSslError <https://developer.android.com/reference/android/webkit/WebViewClient.html#onReceivedSslError(android.webkit.WebView,%20android.webkit.SslErrorHandler,%20android.net.http.SslError)> ". But when I upload the App in Google Play Store, it got rejected with the following error.
*"How to address WebView SSL Error Handler alerts in your apps."* Im also using the class for sending the mail in background without Intent. This uses *"SSL"* and *"**TrustManagerFactory.X509**". *Will this is the reason for rejection? I suppose if this is the reason for rejection, then I might get someother error like " App Rejected By Google Play Store due to unsafe implementation of the X509TrustManager <http://stackoverflow.com/questions/42198854/app-rejected-by-google-play-store-due-to-unsafe-implementation-of-the-x509trustm> ". Looking for support. Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/52d380db-b5b0-4ffc-8451-fe927076fca6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

