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

[SignalR] [Java] Document minimum Android API levels #9335

Closed
analogrelay opened this issue Oct 30, 2018 · 9 comments
Closed

[SignalR] [Java] Document minimum Android API levels #9335

analogrelay opened this issue Oct 30, 2018 · 9 comments
Assignees
Milestone

Comments

@analogrelay
Copy link
Contributor

analogrelay commented Oct 30, 2018

We should add the following notes to our Java Client documentation regarding compatibility:

@bradygaster
Copy link
Member

created pr: #9342

@Rick-Anderson
Copy link
Contributor

@bradygaster no need to explicitly call out PR in the issue, it's added automagically when you refer in the PR.

@Rick-Anderson Rick-Anderson added this to the Sprint milestone Nov 1, 2018
@bradygaster
Copy link
Member

Closing this issue as we have a PR open for it now in the Java client doc.

scottaddie pushed a commit that referenced this issue Nov 8, 2018
fixes #9335 to add android developer section and add the notes.
scottaddie added a commit that referenced this issue Nov 30, 2018
* adding android notes (#9342)

fixes #9335 to add android developer section and add the notes.

* added .net client discussion (#9462)

* added more content around .NET client/Xamarin usage.

* fixes #9460

* made changes per @tdykstra and @scottaddie

* fixed iOS reference

* Minor edits
@deepaksharma1992
Copy link

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.

@analogrelay
Copy link
Contributor Author

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.

@deepaksharma1992
Copy link

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

@analogrelay
Copy link
Contributor Author

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.

@deepaksharma1992
Copy link

Thanks, for your response.

@deepaksharma1992
Copy link

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.

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

5 participants