-
Notifications
You must be signed in to change notification settings - Fork 6
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
helixToken undefined in mobile apps
#455
Comments
|
I have confirmed that this bug is present on the Twitch iOS App as well Twitch App Release: 11.1 |
helixToken undefined in Android apphelixToken undefined in mobile apps
|
👋 - We're aware of this and looking to get it included in an upcoming mobile release. I'll close this when that's gone out. |
helixToken in auth is undefined on mobile: twitchdev/issues#455
|
👋 Any updates on this topic so far? Like when a release might come out / if any release is planned yet since it's been about 2 months now. |
|
Is there a recommended workaround for getting a user's display name while this bug exists? |
The same way we did before helixToken was introduced: use an EBS/backend service |
|
Any update? |

Brief description
Extensions now get a
helixTokento make calls to the Twitch API from the front-end. However, this token is not passed in the Android app (yet).How to reproduce
Output
helixTokenin the onAuthorized callback when the extension is loaded in the Android app.Expected behavior
helixTokenis documented without caveats of availability, so it should be available everywhere the extension is loaded.Screenshots
Additional context or questions
The Twitch app on Android I'm using is Version 11.1.0 and Google Play offers me no update. I have also had matching reports from users of the extension.
The text was updated successfully, but these errors were encountered: