The Spotify App Remote library is lightweight - it only contains logic for connection and transport, and a wrapper of Inter-App Protocol. All the heavy lifting of playback is offloaded to the Spotify application (applying the same rules, networking, offline caching, audio focus and player logic etc). That way, we don’t need to maintain two player stacks and know that our users will have the same user experience as if using the Spotify iOS app.
0 commit comments