Skip to content

Releases: THEOplayer/react-native-connectors

comscore_v1.2.0

23 Aug 09:01

Choose a tag to compare

Fixed

  • Fixed an issue on Android where the usage properties would not update when the app transitions to the background.

conviva_v1.2.1

09 Aug 12:56

Choose a tag to compare

Changed

  • Updated connector for Web to v1.1.7.

conviva_v1.2.0

28 Jul 13:02

Choose a tag to compare

Changed

  • Updated connector for Web to v1.1.6.
  • Updated connector for Android to v5.6.0-1.

comscore_v1.1.0

28 Jul 12:52

Choose a tag to compare

Changed

  • Updated Web dependency to Comscore SDK v7.7.0

conviva_v1.1.0

29 Jun 14:50

Choose a tag to compare

Fixed

  • Fixed an issue on iOS where the bitrate was not reported after a stop and start new session action.

nielsen_v1.0.0

04 May 15:17

Choose a tag to compare

Initial release

conviva_v1.0.0

06 Jun 12:02

Choose a tag to compare

Initial release

comscore_v1.0.0

06 Jun 12:03

Choose a tag to compare

Initial release

adobe_v1.1.0

08 May 12:53

Choose a tag to compare

Added

  • Added a userAgent property to the connector's constructor to allow setting a custom User-Agent header value when doing requests.

Changed

  • Changed the default User-Agent header value on Android to custom value that contains Mozilla/5.0 (Linux; U; ${operatingSystem}; ${localeString}; ${deviceName} Build/${deviceBuildId}).
  • Changed the default User-Agent header value on iOS to custom value that contains Mozilla/5.0 (${model}; CPU OS ${osVersion} like Mac OS X; ${localeIdentifier}).

adobe_v1.0.0

03 May 12:26

Choose a tag to compare

Added

  • Added useAdobe hook to create and initialize an Adobe connector. See README.md for usage.