Open tbassani opened 1 year ago
I had the same issue. In your app you can use the Linking
library (https://reactnative.dev/docs/linking) to get the code
from the spotify-login-callback
when your app is reopened by Spotify (after auth)
Spotify sends the code back like this: your-app-scheme://spotify-login-callback?code=code-goes-here
I'm trying to retrieve the Authorization Code, but I'm getting an null response for that field. Anyone with this problem?