JoshLmao / Spotify4Unity

🎮🎵 Add the SpotifyAPI.NET library into Unity, enabling access to the Spotify Web API, allowing for control of Spotify and accessing the world of music
https://assetstore.unity.com/packages/tools/integration/spotify4unity-ui-tools-spotify-authorization-129028
MIT License
97 stars 8 forks source link

AuthorizationCodeReceived event does not fire #54

Closed Makarova13 closed 1 year ago

Makarova13 commented 1 year ago

After I open the authorization page and sign in, I'm redirected to the Spotify page where they ask to agree to the conditions. I click the Agree button and that redirects me to the URI I've set, but the AuthorizationCodeReceived event does not fire, meaning I don't receive the user info. I'm using Unity 2022.3.0, .Net 4.x. Tried both in editor and on Android.

P.C.: Thank you for the package, I really hope you still support it