TakahikoKawasaki / nv-websocket-client

High-quality WebSocket client implementation in Java.
Apache License 2.0
2.03k stars 292 forks source link

Denied app upload to PlayStore #232

Open fasanchez87 opened 3 years ago

fasanchez87 commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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 commented 2 years ago

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