Overview of the Spotify iOS SDK
masterThe Spotify iOS SDK is a lightweight framework that allows your application to interact with the Spotify app running on a user's device. Instead of handling playback, networking, or caching yourself, the SDK offloads these tasks to the Spotify app, ensuring that playback and metadata remain in sync between your app and Spotify.
Key capabilities include:
- Authorization: Users can authenticate through the Spotify app without re-entering credentials.
- Metadata: Retrieve information about the currently playing track and context.
- Playback Control: Issue commands like play, pause, skip, and seek.
- Offline Support: Works both online and offline without requiring Web API calls for player state metadata.