Daniel Grönlund
Daniel Grönlund
Hi. I understand your confusion around this. The documentation around the container concept is lacking. From digging around a bit I understand that `isContainer` will be true if the content...
Hi @ctsrc, nice find. This actually seems to be a bug in the NowPlayingView sample app. The issue is that we're using `sceneDidBecomeActive` and `sceneWillResignActive` to connect and disconnect App...
@megeek There isn't any reason to avoid using the XCFramework if your setup doesn't prevent you from using it. The .framework can still be useful in some situations, like if...
@ctsrc After a deeper investigation we found that this issue was infact due to a bug in the connection handling of the Spotify app. I was making an assumption that...