Releases: SRGSSR/srganalytics-apple
Releases · SRGSSR/srganalytics-apple
Bit rate setting removal
Breaking changes
- The bit rate setting has been removed from
SRGPlaybackSettings
as it is not supported anymore (#68).
Maintenance release
- The SRG Data Provider library has been updated to version 17.0.0.
Maintenance release for Xcode 14
- This release makes sure the project builds with Xcode 14 without any significant warning.
Maintenance release
- The SRG Data Provider library has been updated to version 16.0.0.
Maintenance release
- The SRG Data Provider library has been updated to version 15.0.0.
Maintenance release
- The SRG Data Provider library has been updated to version 14.0.0.
- The SRG Appearance library has been updated to version 5.1.0.
Playback rate
- Provide playback rate information in streaming analytics.
- The SRG Media Player library has been updated to version 7.0.0.
- The SRG Data Provider library has been updated to version 13.1.0.
Maintenance release
- The comScore SDK has been updated to version 6.10.0.
- The SRG Data Provider library has been updated to version 13.0.0.
Maintenance release
- Update SRG Data Provider to version 12.2.0.
Unchecked page view tracking
Usual page view tracking methods or protocols ensure page views are never sent while the application is in the background, as this could lead to your application being rejected by Mediapulse.
In some special cases like CarPlay, though, your application might display a second scene externally while itself staying in background. SRGAnalyticsTracker
now provides unchecked tracking methods to let you send page view events while the user is navigating your external user interface.