playkit-ios v3.6.1 Release Notes

Release Date: 2018-09-28 // over 5 years ago
  • ๐Ÿš€ Changes from v3.6.0

    • ๐Ÿ›  Fixes in PhoenixMediaProvider related to catchup and startover assets
    • ๐Ÿ“‡ Rename SimpleOVPSessionProvider to SimpleSessionProvider because it's also used for OTT/Phoenix. Created an empty subclass with the old name to avoid breaking old code.

    Minor Breaking Change

    • ๐Ÿ‘ The .unknown cases in AssetType and PlaybackContextType were renamed to .unset -- but an app shouldn't use them anyway (they only exist because Objective-C doesn't support optional enums, and an app would simply not specify that parameter if it's not relevant).