Skip to content
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

iOS 13 No longer supports MPMoviePlayerController #500

Open
ljorgens opened this issue Oct 1, 2019 · 3 comments
Open

iOS 13 No longer supports MPMoviePlayerController #500

ljorgens opened this issue Oct 1, 2019 · 3 comments

Comments

@ljorgens
Copy link

ljorgens commented Oct 1, 2019

Looks like this got depreciated in iOS 9 and is finally being removed in iOS 13

Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'MPMoviePlayerController is no longer available. Use AVPlayerViewController in AVKit.'

https://forums.developer.apple.com/thread/119903

@wndxlori
Copy link

wndxlori commented Oct 1, 2019

Happily accepting pull requests to fix this.

@markrickert
Copy link
Collaborator

Once I'm able to compile a client app for ios 13, i'll likely have to fix this for them (the app plays videos with bubblewrap)

A quick search shows it might be fairly easy to swap out MPMoviePlayerViewController for AVPlayer https://stackoverflow.com/questions/36320853/moving-from-mpmovieplayerviewcontroller-to-avplayer-and-streaming-m3u8

Once we've got a stable build of RM running for ios 13, i'll tackle this.

@wndxlori
Copy link

wndxlori commented Oct 1, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants