Skip to content

Releases: bitmovin/bitmovin-player-react-native-analytics-conviva

v1.4.0

06 Sep 07:24
Compare
Choose a tag to compare

Changed

  • Updated the Bitmovin Player Conviva Analytics Integration for Android dependency to 2.7.0.

v1.3.0

28 Aug 13:46
Compare
Choose a tag to compare

Added

  • Possibility to start session tracking without a Player instance
    • ConvivaAnalytics({ customerKey, config }) without a Player
    • ConvivaAnalytics.attachPlayer(player) to attach the Player at a later point in the session life-cycle

Changed

  • Updated the bitmovin-player-react-native dependency to 0.28.0.
  • Updated the Bitmovin Player Conviva Analytics Integration for iOS dependency to 3.4.1.
  • Updated the Bitmovin Player Conviva Analytics Integration for Android dependency to 2.6.0.

v1.2.0

26 Jul 11:30
Compare
Choose a tag to compare

Changed

  • Updated the Bitmovin Player Conviva Analytics Integration for iOS dependency to 3.3.2.

v1.1.0

08 Jul 11:58
Compare
Choose a tag to compare

Added

  • ConvivaAnalytics.ssai namespace to enable server side ad tracking

Changed

  • Updated the bitmovin-player-react-native dependency to 0.27.1.
  • Updated the Bitmovin Player Conviva Analytics Integration for Android dependency to 2.5.0.
  • Updated the Bitmovin Player Conviva Analytics Integration for iOS dependency to 3.3.0.

v1.0.0

14 Jun 13:34
Compare
Choose a tag to compare

Adds support for Conviva Analytics with Bitmovin Player React Native SDK.

Added

  • ConvivaAnalytics class and related types to enable Conviva Analytics with Bitmovin Player React Native SDK.
  • Simple React Native app under example/ to showcase the integration.