playkit-ios v3.19.0 Release Notes

Release Date: 2020-11-23 // over 3 years ago
  • ๐Ÿš€ Changes from v3.18.0

    • โž• Added bufferedTime to the BasicPlayer protocol. (#413)
    • ๐Ÿ›  Fixed - The currentItem seekableTimeRanges last object can not be casted to CMTimeRange, need to use the timeRangeValue of that object which is a CMTimeRange. (#412)

    Cocoapods install

    pod 'PlayKit', '~> 3.19.0


Previous 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