You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a weird behaviour when the redirect_uri attached code parameter is not of the format "schema://path?code=123" but "schema://path/?code=123" (notice the appended "/" between "path" and "?code=".
While on Android everything works fine, on iOS nothing happens anymore - the screen seem to get stuck. Even no error is raised. Took me quite a while to figure this out.
Environment
Your Identity Provider: Spotify
Platform that you're experiencing the issue on: iOS
Your react-native Version: 0.73.6
Your react-native-app-auth Version: 7.1.3
Are you using Expo? No
The text was updated successfully, but these errors were encountered:
it's only working when setting iosCustomBrowser: "safari" - but that gets rejected by Apple due to bad user experience. The only workaround is to add the / to the oauth redirect url
Issue
There is a weird behaviour when the redirect_uri attached code parameter is not of the format "schema://path?code=123" but "schema://path/?code=123" (notice the appended "/" between "path" and "?code=".
While on Android everything works fine, on iOS nothing happens anymore - the screen seem to get stuck. Even no error is raised. Took me quite a while to figure this out.
Environment
Spotify
iOS
react-native
Version:0.73.6
react-native-app-auth
Version:7.1.3
The text was updated successfully, but these errors were encountered: