Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google play reject #15

Open
crossle opened this issue May 8, 2017 · 1 comment
Open

Google play reject #15

crossle opened this issue May 8, 2017 · 1 comment
Labels

Comments

@crossle
Copy link

crossle commented May 8, 2017

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;
                }
            });
@Sunzxyong Sunzxyong added the bug label May 8, 2017
@Sunzxyong
Copy link
Owner

Sunzxyong commented May 8, 2017

@crossle see version-v0.0.5

@cjcj125125 cjcj125125 mentioned this issue Aug 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants