Closed JosephKorel closed 1 year ago
@JosephKorel this is just how the native Spotify SDK works. You can open an issue there if you are missing functionality and we can support it when the native SDK does.
@fotiDim Thanks for your reply. Do you have a suggestion of how i can manage the token or store it? My goal is to keep the session so i won't have to ask access everytime.
Hi, I want to connect the user with its Spotify account and then interact with it using the web api, using the acessToken. I did all the steps in the docs and I'm able to connect to the Spotify account, but I'm not sure how to proced after that. If i close the app, I lose the connection and i have to request it again. So what should i do to always have a valid token without having to keep calling getAccessToken?
Thanks in advance