cjam / cjam/react-native-spotify-remote
Error: Spotify does not appear to be installed. Note: You must whitelist the 'spotify' URL scheme in your info.plist
Open
- Dominant language
- Objective-C
- Stars
- 283
- Forks
- 110
- PR merge metrics
- No merged PRs in 30d
Description
Hi there.
I would like my persist spotify sessions over closing and opening the app that we are building.
To achieve this I am experimenting with saving the session returned by SpotifyAuth.authorize to asyncStorage.
When I try to reinitialise the session by passing that saved token to SpotifyRemote.connect I get this Error: Spotify does not appear to be installed. Note: You must whitelist the 'spotify' URL scheme in your info.plist
My info.plist does include the whitelisting as per the IOS SDK docs:
```
LSApplicationQueriesSchemes
spotify
```
Contributor guide
Assessment
This issue has not been assessed yet.