-
Notifications
You must be signed in to change notification settings - Fork 25.2k
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
[SignalR] [Java] Document minimum Android API levels #9335
Comments
created pr: #9342 |
@bradygaster no need to explicitly call out PR in the issue, it's added automagically when you refer in the PR. |
Closing this issue as we have a PR open for it now in the Java client doc. |
fixes #9335 to add android developer section and add the notes.
Hi, we were thinking of using SignalR with our android client application. But requirement is to use TLS1.2. Will it be possible to use it on android devices below API 20. Thanks. |
It's my understanding that no, if you require TLS1.2 you must use Android API Level 20 or above. That's a general Android restriction, not specific to SignalR. |
Hi, yes but we have to enable it on devices below 20, but i am not sure if it is available for the android sigalR library |
We don't test TLS 1.2 on Android applications below level 20. It may be possible to enable it, but we don't officially support it at this time. |
Thanks, for your response. |
I am not sure, about I was looking into the code and it is internally using OkHttp. If we could enable the TLSSocketFactory in the client builder. Maybe it will start supporting TLS1.2 on devices below API 20. Will update you as soon as found something. |
We should add the following notes to our Java Client documentation regarding compatibility:
The text was updated successfully, but these errors were encountered: