-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Releases/v4.2.0 #255
Releases/v4.2.0 #255
Conversation
dispatch a viewend automatically and tear down player monitoring when the application shuts down
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I found a last-minute issue, just a sec
PR for the issue: #256 edit:also fixes the build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok fix added. I don't think we need to note it because the app-termination thing is new to this version
(Approved but we still need to update the XCFramework) |
A draft release has been created for this version. Find it here! https://github.com/muxinc/mux-stats-sdk-avplayer/releases/tag/untagged-87c7a56698cd9ea84bf7 |
* fix: send `ended` when an AVPlayerItem finishes playing to completion (#254) * fix: remove NSLog and comment lines --------- Co-authored-by: Emily Dixon <[email protected]>
Fixes
ended
when an AVPlayerItem finishes playing to completion (fix: sendended
when an AVPlayeritem ends #254)Co-authored-by: AJ Lauer Barinov [email protected]
Co-authored-by: Emily Dixon [email protected]