Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Spotify iOS SDK
## ✨ Modern Features

- Modern Swift UI examples
- Improved playback controller
- Better authentication flow
- Cleaner project structure
- Optimized Spotify connection handling
- Updated demo application interface
- Enhanced developer documentation
- Lightweight and faster SDK integration

---

## 🚀 Quick Start

1. Clone the repository
2. Open the Xcode project
3. Add your Spotify Client ID
4. Configure Redirect URI
5. Run the demo application

---

## 📱 Improved Demo Experience

The demo project now includes:

- Real-time playback status
- Improved connection indicators
- Modern button styling
- Cleaner user interface
- Better state management
## Overview

The Spotify iOS framework allows your application to interact with the Spotify app running in the background on a user's device. Capabilities include authorization, getting metadata for the currently playing track and context, as well as issuing playback commands.
Expand Down