It seems that recent changes to the Twitch iOS app have caused it to start hijacking twitch links and redirecting them back to the app. This is causing an issue in my application, as I am using Twitch’s OAuth authentication for letting users login to my app. Currently, the behavior being seen is:
This behavior assumes that the user has both my application and the Twitch iOS app installed on their device.
- The user opens my application and selects Twitch as their login platform.
- They are directed to the Twitch login page (standard OAuth process).
- Upon clicking the sign in button, they are redirected back to the Twitch app and a login error is thrown on the login page.
Is there a workaround for this or something that app developers are supposed to change within their apps to account for the new changes? Any suggestions are greatly appreciated. Thanks.