Releases: muxinc/mux-stats-sdk-avplayer
Releases · muxinc/mux-stats-sdk-avplayer
v2.6.0
- Allow overriding of viewer information (application name)
- Tests for AVQueuePlayer
- Custom beacon collection domains
- Adds
programChange:withCustomerData:
v2.5.0
- Consolidates
MUXSDKCustomerViewData
, MUXSDKCustomerVideoData
, and MUXSDKCustomerPlayerData
into MUXSDKCustomerData
and deprecates methods that treat these as separate arguments
- Adds support for custom dimensions
v2.4.2
- Replaces
identifierForVendor
with alternative UUID
- Fixes race condition when checking viewer connection type
v2.4.1
- Fixes a bug when disabling automatic video change that could sometimes result in views not being split apart and/or having a high seek latency.
v2.4.0
- Add Buildkite step to automatically build statically linked frameworks
- Removes use of categories
- Updates documentation
v2.3.2
- Adds a new method to disable built in
videochange
calls when using AVQueuePlayer
. This method can be called as:
[MUXSDKStats setAutomaticVideoChange:PLAYER_NAME enabled:false];
v2.2.2
• Bugfix: Code signing is missing for mac catalyst
• Bugfix: iOS SDK crash from KVO observer being removed incorrectly
• Bugfix: tvOS doesn't appear to track seeking correctly
v2.2.1
- Fixes a bug where AirPlay rebuffering was incorrectly reported as paused
v2.1.0
- Update iOS SDK to submit
viewer_device_model
field
- Updates our implementation of the Google IMA SDK in demo apps to work with the latest version
- Automated UI test for ads