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

Can this library be used on Android TV? #1040

Open
rahul-singh-deltatre opened this issue Jan 31, 2024 · 4 comments
Open

Can this library be used on Android TV? #1040

rahul-singh-deltatre opened this issue Jan 31, 2024 · 4 comments
Labels

Comments

@rahul-singh-deltatre
Copy link

Hi all,

We are currently implementing this on mobile and tablet and so with some good success. However, some Android devices, such as TVs do not have Chrome custom tab support which leads us to ask whether this library can be used for Android TVs that do not support custom tabs? We did notice that the iOS library has specific support for TVOS and we were wondering if this is missing in the Android library.

Thanks

@agologan
Copy link
Collaborator

TVs usually use a device authorization flow RFC 8628 which is what AppAuth-iOS seems to implement.
One developer has been gracious enough to contribute a PR for this a long time ago but I never had a chance to review it #763

@solevic
Copy link

solevic commented Feb 9, 2024

One developer has been gracious enough to contribute a PR for this a long time ago but I never had a chance to review it

Hello @agologan, I'm still roaming around and would gladly help to merge these changes onto the main branch

@DavidMihola
Copy link

I would love to see this functionality added to the library as we will soon start implementing the Device Code flow in our app...

@dgocoder
Copy link

I would also love to see this merged!

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

No branches or pull requests

6 participants
@DavidMihola @agologan @solevic @dgocoder @rahul-singh-deltatre and others