我正在尝试在Google Play上发布应用,但我收到一条包含此错误消息的电子邮件:漏洞TrustManager,包含TrustManager不安全实施的应用。
要正确处理SSL证书验证,请在自定义X509TrustManager接口的checkServerTrusted方法中更改代码,以便在服务器提供的证书不符合您的期望时引发CertificateException或IllegalArgumentException。
我在我的应用程序中使用这些库:compile'com.squareup.picasso:picasso:2.5.2'compile'com.squareup.retrofit2:retrofit:2.0.1'compile'com.squareup.retrofit2:converter -gson:2.0.0'compile'com.squareup.okhttp3:okhttp:3.3.1'
你可以给我一根电缆来解决它, 提前致谢答案 0 :(得分:1)
我发现了问题,就是PayPal_MPL.jar阻止了Google Play上的提交。
此链接允许解决此问题: https://github.com/paypal/sdk-packages/issues/72