Skip to content

Commit dc16039

Browse files
josianebezerraGitHub Enterprise
authored andcommitted
Merge pull request #187 from josiane/patch-1
[README] Fix broken link
2 parents 863e211 + 5dc3bf9 commit dc16039

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The Spotfy App Remote framework allows third parties to interact with the Spotif
66
![TCP Connection](img/architecture.png)
77

88
## Background
9-
Spotify App Remote is a wrapper library around [Inter-App Protocol](https://developer.spotify.com/inter-app-protocol/) (password: PlayEverywhere), a protocol for remote communication with Spotify mobile applications that we use for integration with hardware. The Spotify App Remote API allows client applications to interact with the Spotify app running on the same device. The capabilities of the API includes both subscribing to events and invocation of commands.
9+
Spotify App Remote is a wrapper library around [Inter-App Protocol](https://developer.spotify.com/private-documentation/inter_app-protocol), a protocol for remote communication with Spotify mobile applications that we use for integration with hardware. The Spotify App Remote API allows client applications to interact with the Spotify app running on the same device. The capabilities of the API includes both subscribing to events and invocation of commands.
1010

1111
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.
1212

0 commit comments

Comments
 (0)