Analytics iOS / tvOS Releases
Latest Releases
Stable
2.10.0
1/9/2023Beta
2.8.0-beta1
4/5/2022
Stable
5/23/2022
1.29.1
Added
@objc
annotations to allow embedding the Collector in Objective-C Applications
Beta
4/5/2022
1.28.0-beta1
Changed
- strict protocol
Collector
as public API for player collectors - during
paused
state we do not trackqualityChange
,seeking
andbuffering
- reworked tracking of seeking
Deprecated
- deprecated
AVPlayerCollector
- use AVPlayerCollector in>v2.8.0
Stable
4/21/2022
1.28.0
Fixed
- AVPlayer: collector caused apps to freeze when drm playback was used
Deprecated
- deprecated
AVPlayerCollector
- use AVPlayerCollector in>v2.8.0
Stable
3/23/2022
1.27.0
Added
- improved device information tracking
Fixed
- tracking of
analytics_version
don't useCFBundleShortVersionString
- fixed typo in compiler config
ENABLE_BITCODE
Stable
1/19/2022
1.26.0
Added
- additional
customData
fields 26 to 30
Known Issues
- AVPlayerAdapter incorrectly handles player events
Stable
1/14/2022
1.25.0
Changed
- startup time tracking when autoplay is enabled starts from
SourceLoaded
event - transition to
playing
state if collector is attached after player started playing
Known Issues
- AVPlayerAdapter incorrectly handles player events