Foti Dim
Foti Dim
Then the Android Spotify app must be storing the username and the password of the user somewhere. That seems questionable from a security standpoint. On iOS there is an alternative...
> As far as I diving deep to the package code, I can see the package sends requests to SpotifyAPI and receive refresh token from the response. > > Why...
@Dev-Vinyldepository as far as I know the native Android SDK does not support this. For iOS you can read the comments above.
@vikrantyadav7 access Token yes, refresh Token no, last time I checked. Make sure you don't mix up the access Token with the Authorization code.
@mcookhome this is "potentially" fixed now. Allow me to clarify "potentially"... The native Spotify iOS SDK supports two authentication methods,`built-in authorization flow` and `SPTSessionManager`. This library uses exclusively `built-in authorization...
No need to wait. You can use this in your `pub spec.yaml` to get the latest version from the repo. ``` spotify_sdk: git: url: https://github.com/brim-borium/spotify_sdk ``` Let me know how...
@mcookhome do you pass a spotifyUri? If yes which one?
> I don't pass a `spotifyUri` at all at the moment. here's the snippet of dart code where I connect to spotify: > > ``` > Future connectToSpotifyRemoteWithCreds( > Map...
I see. There is this native iOS SDK method that we could expose: ```objc /** * Checks if the Spotify app is active on the user's device. You can use...
@mcookhome regarding the `accessToken` issue I reverified that it works. If it does not work for you you might be doing something wrong. If the issue persists please open another...