0Auth authentication redirecting back to Twitch iOS app instead of my application

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.

  1. The user opens my application and selects Twitch as their login platform.
  2. They are directed to the Twitch login page (standard OAuth process).
  3. 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.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.