Skip to content

Releases: SRGSSR/srganalytics-apple

Bit rate setting removal

07 Jun 13:53
8.0.0
3631719
Compare
Choose a tag to compare

Breaking changes

  • The bit rate setting has been removed from SRGPlaybackSettings as it is not supported anymore (#68).

Maintenance release

09 Nov 19:12
45a2a1b
Compare
Choose a tag to compare

Maintenance release for Xcode 14

11 Aug 20:04
1ae66aa
Compare
Choose a tag to compare
  • This release makes sure the project builds with Xcode 14 without any significant warning.

Maintenance release

08 Jul 11:03
229d54c
Compare
Choose a tag to compare

Maintenance release

15 Jun 09:45
7.7.0
d0de40a
Compare
Choose a tag to compare

Maintenance release

20 May 11:15
5df56e2
Compare
Choose a tag to compare

Playback rate

13 Apr 14:36
99f7268
Compare
Choose a tag to compare
  • 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

14 Mar 12:12
7.4.0
1ff6704
Compare
Choose a tag to compare

Maintenance release

10 Dec 15:02
26c38b5
Compare
Choose a tag to compare

Unchecked page view tracking

02 Nov 10:22
d20dc0f
Compare
Choose a tag to compare

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.