Redirect URI in production

Please provide the following:

  1. SDK Version: 42
  2. Platforms(Android/iOS/web/all): Android

I’m using useAuthRequest from expo-auth-session.

I’m confused about how to handle redirect uris in production. I’m making an Android app.

In the redirectUri, I want to have uri that uses https scheme, cause Twitch only allows https scheme.

Is it safe to use expo’s proxy URI? If not, how can I create my own redirect uri of my site foo.com?

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