All Versions
6
Latest Version
Avg Release Cycle
105 days
Latest Release
1890 days ago
Changelog History
Changelog History
-
v1.2.2 Changes
February 17, 2020What's New:
- ↪ Work around for missing symbols reported in some cases.
- ⚡️ Update the demo apps
-
v1.2.1 Changes
February 11, 2020What's New:
- ✂ Remove the need for the
-Objc
linker flag - ⚡️ Update the demo apps
- ✂ Remove the need for the
-
v1.2.0 Changes
November 20, 2019What's New:
- ➕ Adds support for connecting to Spotify when completely offline.
- ➕ Adds a method to start playing radio from a URI.
- ➕ Adds a method to get the content item object from a URI.
-
v1.0.2 Changes
April 11, 2019Spotify iOS SDK v1.0.2
What's New
- ➕ Adds a method to start playing a playlist from a given index
- ➕ Adds a method to query the crossfade state (on/off) and duration
-
v1.0.1 Changes
December 05, 2018Spotify iOS SDK v1.0.1
Important Note: The api for
fetchRecommendedContentItemsForType:
onSPTAppRemoteContentAPI
has been renamed tofetchRootContentItemsForType:
and still functions as it did returning root items. A new method forfetchRecommendedContentItemsForType:flattenContainers:
has been added to fetch actual recommended items.What's new:
- ➕ Adds convenience methods for dealing with podcasts
- ➕ Adds additional convenience methods for fetching recommended items
- ➕ Adds the ability to check if Spotify is active before authorization
-
v1.0.0 Changes
September 11, 2018Spotify iOS SDK v1.0.0
What's new:
- 🎉 Initial iOS SDK release
- Includes authentication and playback control capabilities