Peter-Schorn / SpotifyAPI

A Swift library for the Spotify web API. Supports all endpoints.
https://peter-schorn.github.io/SpotifyAPI/documentation/spotifywebapi
MIT License
251 stars 32 forks source link

Spotify redirection works but doesn't login #54

Closed Xen0o2 closed 2 months ago

Xen0o2 commented 6 months ago

Hi, I have cloned the SpotifyAPIExample but edit some features, and now I have a problem, when I first login, everything worked, but after logout using this Button(action: spotify.api.authorizationManager.deauthorize) it doesn't work anymore.

When I click login, I'm redirected to Safari, I can login to Spotify, I can redirect to the app but nothing happen, it just keep saying that I'm not logged in.

Thanks for your help

Peter-Schorn commented 3 months ago

Did you resolve this issue? If not, please make the source code of your app available in order for me to investigate.