Andrés C. Viesca Ruiz
Andrés C. Viesca Ruiz
I don't understand what are you referring with 'resume login', could you please elaborate on this so I can help you?
You can call the method `loggedIn` before calling `setClientID:setRedirectURL:setRequestedScopes:callback` but it will have a funky behaviour right now. I am working on updating this module to work with the beta...
@patrickml and @digitaldavenyc , the auth process is OAuth. The way it is implemented right now requires the `SPTAudioStreamingController` to log in every time the app restarts. As I mentioned...
@digitaldavenyc when you logged-in in the simulator did you check the `remember me` box?
@digitaldavenyc I have not been able to test a couple changes to the repo on a physical device. Once I can test properly I may be able to provide more...
@digitaldavenyc I will have a look at it too, thanks for reporting this 👍
@digitaldavenyc I was working on https://github.com/viestat/react-native-spotify/pull/16 Maybe you can already check it out while I finalise it
Hello @Jordan-Loeser ! From [SDK documentation](https://developer.spotify.com/technologies/spotify-ios-sdk/tutorial/#tokenexchange) : The `Redirect URI` will allow the Spotify authentication service to automatically launch your app again once the user has logged in. Note that...
Hey @Jordan-Loeser , I have tried to reproduce this error but I have not encountered the same issue. I went through the initial config again and used the example app...
@mplsmitch, thank you so much for making such a clear explanation of the problem and the proposed solution. I feel it really represents what was discussed in the workshop! Form...