The AVPlayer video playback controls are missing in iOS 16. Works fine in previous OS versions. Are changes required to show the exit button, pause / play, back, forward etc in iOS 16?
AVPlayer video playback controls missing in iOS 16
Seeing same issue here and couldn't figure out the cause. It seems to work though when "embedding" the AVPlayerViewController in another UIView and UIViewController. But when simply attempting to present the AVPlayerViewController as fullscreen, the controls are missing.
Hello,
I'm not sure if this is the cause of your issue or not, but please note that when embedding a view controller, it is important to make appropriate calls to beginAppearanceTransition(_:animated:).
It's possible that your issue is different, and so I recommend that you request technical support if my above suggestion does not help, as I will need to see a focused sample project to understand the cause of your problem.