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

Denied app upload to PlayStore #232

Open
fasanchez87 opened this issue May 5, 2021 · 3 comments
Open

Denied app upload to PlayStore #232

fasanchez87 opened this issue May 5, 2021 · 3 comments

Comments

@fasanchez87
Copy link

We have a problem when we try to upload the app to the playstore. the problem is:

HostnameVerifier

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.

Could you help me solve this problem, as we did since we have the version:
implementation 'com.neovisionaries: nv-websocket-client: 2.9'

Thanks!!

image

@maxtomczyk
Copy link

Hello!

Did you found any solution for your problem? I would like to use this library for my app, but I would like to omit problems with Google Play upload obviously.

@TakahikoKawasaki
Copy link
Owner

HostnameVerifier interface is probably used in some codes imported from other projects. Someone in the past submitted a PR for it and I merged it. I don't know details about the interface. But the message sounds that other interface has to be used as a replacement. I have no time to investigate how to solve the issue. If a PR is submitted, I'll be able to review & merge it.

@ivanov199311
Copy link

Is it really a library problem?
Maybe it is about usage of something like
factory.setVerifyHostname(false);
?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants