playkit-ios v3.11.0 Release Notes

Release Date: 2019-07-11 // over 4 years ago
  • ๐Ÿš€ Changes from v3.10.1

    • ๐Ÿ‘ Allowing the usage of external FairPlay DRM servers. ( #344 )
    • ๐Ÿ’ป Use a user agent header that looks like a browser. ( #346 )
    • โž• Add support for subtitles styling/CVAA. ( #345 )
    • โž• Added an init to FairPlayDRMParams that doesn't need scheme parameter. ( #347 )
    • Made FPSExpirationInfo compatible with objective-c. ( #348 )
    • โž• Added stop to the player inside the destroy function, so that the client won't need to call stop before calling destroy. ( #350 )
    • DFP DAI - IMA SDK integration. ( #349 )
    • โž• Added "alwaysStartWithPreroll" boolean. ( #353 )
    • FairPlay, report error if offline duration is <= 0. ( #355 )
    • ๐Ÿ›  Fixed FairPlay response error handling. ( #357 )
    • โž• Added user agent to uDRM call. ( #356 )

    Braking Changes

    • โœ‚ Removed the PlayerDelegate and the function 'playerShouldPlayAd'. ( #351 )