Tiny
Tiny copied to clipboard
Google play reject
Your app(s) are using an unsafe implementation of the HostnameVerifier interface. You can find more information about how resolve the issue in this Google Help Center article. https://support.google.com/faqs/answer/7188426 HttpUrlConnectionFetcher.java
HttpsURLConnection.setDefaultHostnameVerifier(new HostnameVerifier() {
@Override
public boolean verify(String hostname, SSLSession session) {
return true;
}
});
@crossle see version-v0.0.5