SPTLoginSampleAppSwift example throws error : com.spotify.sdk.login error.3
I'm trying to get started with Spotify iOS SDK and used SPTLoginSampleAppSwift example. I've changed the bundle name and the client ID to the one I've set up on Spotify developer Dashboard.
Unfortunately I'm getting an error when clicking on "connect" button.
Authorization Failed The operation couldn't be completed. (com.spotify.sdk.login error.3)
Bummer
Any ideas?
I forgot to mention that I have set up a token swap script on Heroku as mentioned in he developer guide
it works , when I run the spotify_token_swap.rb locally on my Mac, but id gives the above error when switching to the heroku way. Any idea how to further debug this issue? IN heroku logs I see only an 404, but not more information.
Hi @twalenzyk ! Were you able to fix this issue? I was facing exact same..
it works , when I run the spotify_token_swap.rb locally on my Mac, but id gives the above error when switching to the heroku way. Any idea how to further debug this issue? IN heroku logs I see only an 404, but not more information.
I get error 3 on both ruby and heroky 😭, did you ever figured out the issue? App authenticates fine with the iOS sdk I've tried the playing now demo that works, but can't figure out the swap token at all.