You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!!
The text was updated successfully, but these errors were encountered:
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.
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.
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!!
The text was updated successfully, but these errors were encountered: