i am developing an iOS app and for authentication with Twitch I need the redirect_uri.
The iOS Uri Scheme is like: appname://…/…
Now when I am creating a new Application in Twitch`s dev dashboard and enter the redirect_uri:
“appname://callback/twitch” I get the error: “Missing or invalid top level domain”.
In older versions of the Dev Dashboard redirect_uri s like this where possible, why not now?
I need this scheme for my iOS apps.