Andre Pedralho
Andre Pedralho
> I faced the same problem using expo-auth-session. Referring to [AuthSession](https://docs.expo.io/versions/latest/sdk/auth-session/#usage-in-standalone-apps) documentation, the scheme should be the same as android.package in app.json, as mentioned [here](https://docs.expo.io/guides/authentication/#android-native): "Your app needs to conform...
> > I faced the same problem using expo-auth-session. Referring to [AuthSession](https://docs.expo.io/versions/latest/sdk/auth-session/#usage-in-standalone-apps) documentation, the scheme should be the same as android.package in app.json, as mentioned [here](https://docs.expo.io/guides/authentication/#android-native): "Your app needs to...
> Managed to successfully workaround the issue in Android Standalone by applying 2 changes to our app: > > 1. Use a `expo.scheme` different than `expo.android.package` (I am using a...