playkit-ios v3.19.0 Release Notes
Release Date: 2020-11-23 // almost 4 years agoPrevious changes from v3.18.0
-
๐ Changes from v3.17.1
๐ Support iOS 14 Xcode 12 (#409)
- Fixed deprecated code accordingly.
- In the Tracks, selectedMediaOption on the AVPlayerItem is deprecated from iOS 11, it is called on the item's currentMediaSelection property available from iOS 9.0.
- From iOS 11.2, 'respondByRequestingPersistableContentKeyRequest' changed to 'respondByRequestingPersistableContentKeyRequestAndReturnError'.
- Updated SwiftyJSON to v5.0.0 from 4.3.0
- Workaround for iOS 14 issue upon seeking to the duration when the seek is done with zero tolerance.
๐ Bug reported to Apple (FB8602469).
- Updated dependency to the latest KalturaNetKit (v1.4.0) and PlayKitUtils (0.5.0).
๐ Fixed issue where the durationChanged event was not fired upon change media. (#408)
Cocoapods install
pod 'PlayKit', '~> 3.18.0
- Fixed deprecated code accordingly.