Posts

Post not yet marked as solved
1 Replies
I have got a similar issue with AVPlayerViewController Code implementation as below: AVPlayerViewController * playerViewController = [[AVPlayerViewController alloc] init]; playerViewController.player = [AVPlayer playerWithURL:videoUrl]; [self presentViewController:playerViewController animated:YES completion:nil]; It works ok with video playing. but when I closed the player view, app crashed (Only happened when AirPods connected) Looks like this only affects iOS 13, I couldn't reproduce this issue on iOS 12 crash report - https://developer.apple.com/forums/content/attachment/9fabe2e8-baaa-4a10-b233-f5f39cedd6dc