Skip to content

Releases: muxinc/stats-sdk-objc

v3.6.0

18 Nov 04:06
922c659
Compare
Choose a tag to compare
  • Add transmission time and round trip time to beacon requests
  • Add player_live_edge_program_time (pliedpgti)
  • Add player_program_time (ppgti)

v3.5.0

18 Sep 03:29
426b354
Compare
Choose a tag to compare
  • Allow overriding of viewer information (application name)
  • Add nullability specifiers
  • Custom beacon collection domains

v3.4.0

24 Aug 17:57
8632340
Compare
Choose a tag to compare
  • Adds the MUXSDKCustomerData model
  • Adds support for setting custom dimensions

v3.3.0

18 May 04:16
ff05b15
Compare
Choose a tag to compare
  • Buildkite step to automatically build statically linked frameworks
  • Remove dependency on UIKit

v3.2.1

05 May 16:52
235a2dd
Compare
Choose a tag to compare

• Bugfix: Code signing is missing for mac catalyst
• Bugfix: tvOS doesn't appear to track seeking correctly
• Bugfix: Make sure max playhead position is correctly tracked and collected

v3.2.0

02 Apr 00:23
dce787e
Compare
Choose a tag to compare

Adds Swift PM Support

v3.1.0

25 Mar 19:47
17c856c
Compare
Choose a tag to compare
  • Submits a new mux_embed field
  • Fixes bugs with video start-up time for midroll or postroll ads
  • Updates ad tracking to be more accurate
  • Tracks view_playing_time

v3.0.3

25 Feb 20:36
7a1c747
Compare
Choose a tag to compare

No functional changes, just generating a new release on CocoaPods

v3.0.2

24 Feb 03:02
0fe85e7
Compare
Choose a tag to compare
  • Include linker flags that enable the framework to be built without support for modules.
  • Move instance variables out of headers

v3.0.0

10 Dec 19:53
84798bc
Compare
Choose a tag to compare

This release moves the build process to use XCFramework bundle type. For iOS, there are no changes required to your application code.

If you are using this SDK with TVOS the name of the module has changed (the Tv suffix is no longer needed):

TVOS before 3.0:

@import MuxCoreTv;

TVOS after 3.0:

@import MuxCore;