Analytics iOS / tvOS Releases
Latest Releases
Stable
2.10.0
1/9/2023Beta
2.8.0-beta1
4/5/2022
Stable
3/24/2021
1.18.3
Fixed
- AVPlayer collector didn't correctly detect resuming of playback after a buffering event
Stable
3/1/2021
1.18.2
Fixed
- A strong reference to the player adapter prevented the collector from being removed from memory after calling
detachPlayer
Stable
1/27/2021
1.18.1
Fixed
- In case of a startup failure or rebuffer timeout, the collector tried to recursively detach the player, which resulted in a collector crash
Stable
11/23/2020
1.18.0
Added
- Failed Play Attempts, due to a timeout, are now considered as an
ANALYTICS_VIDEOSTART_TIMEOUT_REACHED
error. They are now also visible in the Dashboard Top Error view
Changed
- The collector stops monitoring after a video startup failure or rebuffer timeout is encountered
- Errors can have a timeout of 1 minute before they will occur again
Fixed
- Issues with rebuffer hearthbeat, when an
ANALYTICS_BUFFERING_TIMEOUT_REACHED
error occurs
Stable
8/3/2020
1.16.0
Added
- maximum threshold for quality change events error sample sent if quality change threshold has been exceeded (ANALYTICS_QUALITY_CHANGE_THRESHOLD_EXCEEDED)
- error sample sent if continuous buffering exceeds threshold (ANALYTICS_BUFFERING_TIMEOUT_REACHED)
Stable
6/22/2020
1.15.0
Added
- Tracking drm metrics (
drmType
,drmLoadTime
) for Bitmovin iOS SDK if Fairplay DRM system is used - Tracking
drmType
for AVFoundation player if Fairplay DRM system is used
Changed
- Changed the tracking of video startup times when autoplay is enabled in order to be consistent with the web collector
Stable
6/22/2020
1.14.0
Added
errorData
to sample for AVPlayer
Changed
- only send
qualitychange
samples when bitrate changed in Bitmovin Player
Stable
4/28/2020
1.13.0
Added
- Heartbeat during rebuffering state
Fixed
- Error message for Bitmovin Player
- Minor bugfixes related to seek tracking in the State machine
Stable
3/26/2020
1.11.0
Added
- Added Analytics AdAdapter for Bitmovin Player
- New boolean configuration field called
ads
to indicate that Ads should be tracked.