You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add page view tracking for SwiftUI views. Link your project with the new SRGAnalyticsSwiftUI library and use the tracked(withTitle:levels:labels:) modifier.
Remove page view tracking for SRGMediaPlayerViewController. Applications are responsible of tracking page views when presenting instances of this class.
Child view controllers are now automatically tracked. This behavior can still be customized using the SRGAnalyticsContainerViewTracking protocol.