Colter McQuay

Results 10 issues of Colter McQuay

Hey Spotify Team, I'm writing a react-native wrapper of this library and the ios-sdk ([react-native-spotify-remote](https://github.com/cjam/react-native-spotify-remote)). I have most functionality implemented in both iOS and Android, and have an example app...

I'm finding that my applications instance of the appRemote disconnects from the Spotify app when the application is backgrounded (which I know there is another issue for). However, when coming...

Would be good to rename master to `main`. May also want to create a `develop` or `next` branch and set as default to be where PR's land?

This repo currently has `release-it` configured, but it would be great to configure Github actions to automatically build and publish pre-release versions when commits hit the main branch / develop...

automation

Right now on android the `playerState` and `playerContext` events are subscribed to when the remote API is connected to Spotify. This subscription should be deferred until someone actually wants events...

enhancement

As per [This comment](https://github.com/cjam/react-native-spotify-remote/pull/91#issuecomment-758245677) in #91, it would be great to more gracefully handle errors in the API calls. Creating an issue to capture it.

enhancement
good first issue

Just an issue to update the external to the android sdk to the latest v0.7.1

enhancement

Expose methods for interacting with users library and content https://spotify.github.io/ios-sdk/html/Protocols/SPTAppRemoteUserAPI.html

enhancement

There are a number of podcast specific methods within the SDK that need to check if the item is an episode etc. Grouping those calls into this issue: ## Podcast...

enhancement

# About In react native, this library works great when running on a simulator as localhost will resolve to the host running the packager. However, when running on an actual...