Skip to content

v0.2.0.rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@ElizaSapir ElizaSapir released this 10 May 12:38
· 359 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.rc2'

Breaking Changes

  • Events name changes

Before:

playbackParamsUpdated

After:

playbackInfo

Before:

adDidRequestPause
adDidRequestResume

After:

adDidRequestContentPause
adDidRequestContentResume

Fixed Bugs:

  • FEM-1358, Add supported version to Podspec dependencies (#147)
  • FEM-1321, Fixed issue with duration event firing more than once and having wrong values (#149)
  • FEM-1361, Fixed issue where stop event in OTT analytics was sent before content even played (#150)
  • update KalturaNetKit version (#151)
  • FEM 1366, remove all references to play session id from any providers (#152)
  • Initial warning fix (#153)
  • FEM-1388, Fixed issue where ‘KalturaLiveStreamEntry’ wasn’t parsed (#157)
  • FEM-1385, pdated play session id to have 2 guid (#156)
  • Fixed getPreferredDownloadableMediaSource (#158)
  • FEM-1394, avoid sending stop after finish - analytics (#159)
  • FEM-1381, avoid dealloc while key value observers
  • FEM-1270 SmartAds (#148)