Skip to content

v0.2.0.rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@ElizaSapir ElizaSapir released this 25 Apr 08:42
· 372 commits to develop since this release

Cocoapods

Since it's pre-release please use following on your Podfile:

pod 'PlayKit', :git => 'https://github.com/kaltura/playkit-ios.git', :tag => 'v0.2.0.rc1'

Breaking Changes

Before:

AdsConfig

After:

IMAConfig

Fixed Bugs:

  • FEM-1261 (#144)
    • Added delayed prepare for ads player decorator.
    • Added discard checks for IMAPlugin ads playing to know when to discard ads.
  • Fixing throwing error while type not found (#145)
  • Fixing first play event typo (#146)
  • Fem 1248 core (#137)
    • removing network core classes
    • changing an enum name because of duplicates declaration from NetKit and PlayKit
  • FEM-1260 (#142)
    • Added timeout handling for IMAPlugin.
    • Added state machine for IMAPlugin for better handling of state changes and readability.
    • Renamed AdsConfig to IMAConfig
    • Added enableDebugMode for IMAConfig for better debug handling in IMA.
    • Renamed 3 properties in PKAdInfo according to their naming in IMA SDK to be aligned.