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
For an SDK, the "MediaPlayerTracker" is a bit too restrictive. It only allows to track the deprecated "MPMoviePlayerController"... It should be possible to track any custom player using AVPlayer.
Is there any protocol we could implement to track any AVPlayer ?
The text was updated successfully, but these errors were encountered:
This would be really good, I also noticed we are getting a warning when compiling.
Pods/Chartbeat/Chartbeat.framework/Headers/MediaPlayerTracker.h:29:28: 'MPMoviePlayerController' is deprecated: first deprecated in iOS 9.0 - Use AVPlayerViewController in AVKit.
For an SDK, the "MediaPlayerTracker" is a bit too restrictive. It only allows to track the deprecated "MPMoviePlayerController"... It should be possible to track any custom player using AVPlayer.
Is there any protocol we could implement to track any AVPlayer ?
The text was updated successfully, but these errors were encountered: