Skip to content

Releases: muxinc/stats-sdk-objc

v2.0.0

02 Jul 17:49
c79d0e1
Compare
Choose a tag to compare
  • Make this repo to host MuxCore library only

v0.0.11

29 May 20:44
4f1ed20
Compare
Choose a tag to compare

. fix crash when an error comment is nil

v0.0.10

08 May 18:11
a20a00d
Compare
Choose a tag to compare
  • Remove runtime log for release build

v0.0.9

07 May 21:12
Compare
Choose a tag to compare
  • add support for batch processing beacons
  • add support for beacon dimension compression(dedupe)

v0.0.8

04 May 20:09
Compare
Choose a tag to compare
  • Fix reading on synchronous Key/Value pair

v0.0.7

03 May 19:40
a8554a8
Compare
Choose a tag to compare
  • Fix a bug where videoChangeForPlayer:withVideoData: may not have reset all metrics correctly.

v0.0.6

25 Apr 22:38
Compare
Choose a tag to compare
  • Fix nullable compiler warning
  • Improved exception handling

v0.0.5

27 Feb 00:31
0fd43fa
Compare
Choose a tag to compare
  • adds updateAVPlayerViewController:withPlayerName: and updateAVPlayerLayer:withPlayerName: to allow moving an AVPlayer around

v0.0.4

07 Aug 20:07
Compare
Choose a tag to compare
  • Wraps some “dangerous” logic around getting source width and height in a try catch, specifically the logic for getting tracks using an objectAtIndex call seemed to be throwing index out of bounds errors in some not well understood scenarios.

v0.0.3

09 Jun 19:55
Compare
Choose a tag to compare
  • added CocoaPods support
  • fixed a memory leak where destroyPlayer: would not release the associated player binding correctly.
  • setSubPropertyId and subPropertyId methods added to MUXSDKCustomerPlayerData. A sub property is an optional way to group data within a property. For example, sub properties may be used by a video platform to group data by its own customers, or a media company might use them to distinguish between its many websites.