Colter McQuay

Results 94 comments of Colter McQuay

Would be interested in using C# mono bindings in Xamarin.

Is this being published anywhere on npm? I'd like to write tests for my custom field types, but it doesn't look like the testing utilities are part of the core...

A few more details with regards to this issue as I'm slowly converging on what is needed to get around the issue. It seems that sometimes when I start my...

Would anyone from the Spotify team be able to give any feedback as to under what circumstances the following error is thrown? `AppRemote: Failed connection attempt with error: Error Domain=com.spotify.app-remote.transport...

> @lucasgismondi Yes with Spotify's current API the only way to stream music is using AppRemote. Has to do with their licensing agreements I believe. When you do the initial...

@deepam1212 I found this one ```ts const silentTrack = "spotify:track:7p5bQJB4XsZJEEn6Tb7EaL"; ```

Hmm interesting. I haven't actually gotten around to this use case yet but I've been hoping to. A few questions. Is this happening on iOS / Android or both? Which...

hey @denis0324, the new Spotify SDK's (i.e. the ones that this library wraps) provide an api to control the Spotify app on the phone from another app, so you will...

Yea @denis0324 unfortunately it's a limitation of the underlying SDK on iOS. I generally use the authorize and play flow to wake Spotify back up if it gets backgrounded. Not...

hey @andersonaddo sorry for the delay. Yea, I didn't get around to implementing this as there were differences between iOS and Android and I figured I'd wait til enough people...