If you try to publish an app that uses this plulgin on Google Play, Google Play will report a security vulnerability because a custom TrustManager is used that overrides methods checkClientTrusted and checkServerTrusted with empty bodies.
To solve this issue we can use the default SSLSocketFactory.
If you try to publish an app that uses this plulgin on Google Play, Google Play will report a security vulnerability because a custom TrustManager is used that overrides methods checkClientTrusted and checkServerTrusted with empty bodies.
To solve this issue we can use the default SSLSocketFactory.