Skip to content

Releases: spotify/ios-sdk

v2.1.7

14 Aug 14:11
Compare
Choose a tag to compare

What's New:

  • Add support for iOS 17.4 API for universal links in web authentication
  • Fix minor issues with the web authentication flow
  • Update demo apps project setup to use Xcodegen for managing Xcode project files

v2.1.6

22 Jul 14:05
cc087da
Compare
Choose a tag to compare

What's New:

  • Strip binary symbols
  • Migrate build system to Bazel

v2.1.4

16 Jul 08:58
8aec623
Compare
Choose a tag to compare

What's New:

  • Add support for raw scope string

v2.1.3

16 Jul 08:40
0b2f7cc
Compare
Choose a tag to compare
  • Fix bug in the web authentication when using Universal Links in the redirect URI

v2.1.1

07 Jun 10:18
55fd4a6
Compare
Choose a tag to compare
  • Added the new campaign parameter in the sample apps.

v2.1.0

07 Jun 09:11
c18ba6d
Compare
Choose a tag to compare
  • Expanded existing API with campaign parameter to allow consumers to specify details about where the auth flow was initiated

v2.0.1

10 May 09:34
9a46112
Compare
Choose a tag to compare
  • Bumped the minimum deployment target version to iOS 12.0 in the Package.swift

v2.0.0

08 May 14:41
c7757b8
Compare
Choose a tag to compare
  • Added a completionHandler to authorizeAndPlayURI API
  • Support for pinned items in Your Library
  • Fix crash NSRangeException -[NSConcreteMutableData replaceBytesInRange:withBytes:length:]:
  • Fix umbrela header warnings in SpotifyiOS.xcframework
  • Bumped the min deployment target version to iOS 12.0

v1.2.5

15 Apr 11:51
abb7052
Compare
Choose a tag to compare
  • Adds Privacy Manifest (xcframework only)

1.2.4

05 Jul 08:54
cdbdcb3
Compare
Choose a tag to compare
  • Adds new API to allow for a session identifier to be passed along in connection phase for enhanced instrumentation.
  • Adds SPTAppRemoteConnectivityAPI and SPTAppRemoteConnectivityAPIDelegate for subscribing to connectivity changes of the Spotify app.
  • Adds SpotifyiOS.xcframework as default in NowPlayingView sample project.