Open fredhdroz opened 7 years ago
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 ?