TreJon House
TreJon House
> Same issue on iOS. > I am using react-native-spotify-remote v0.3.5 > I am getting accessToken throught `auth.getSession()` and `auth.authorize()`, but I am facing this issue when I call `remote.connect()`...
@P-Russell ``` scopes: [ ApiScope.AppRemoteControlScope, ApiScope.StreamingScope, ApiScope.PlaylistModifyPrivateScope, ApiScope.PlaylistReadPrivateScope, ApiScope.PlaylistModifyPublicScope, ] ... public connect = async (): Promise => { try { await SpotifyAuth.endSession(); const session = await SpotifyAuth.authorize(this.spotifyConfig); this.appSettings.saveBoolean(Settings.DidConnectToSpotify, true);...
> One question more. > Should I add `spotify` into info.plist as url scheme? > > ``` > LSApplicationQueriesSchemes > > spotify > > ``` Yes you should. That is...
@smironescu https://github.com/cjam/react-native-spotify-remote/issues/104#issuecomment-819841837
@GGGava Can I get a review of this?