On iPadOS 13 the AVPlayerViewController throws the following console message when tapping on the expand button in the AVPlayer control:
Warning: <AVPlayerViewController: ...> was deallocated while its contents were being presented full screen. ***
The VC is added by addChildViewController to its parent controller and everything else worked fine when it was built with the iOS 9 SDK. But now with the iPadOS SDK 13 it no longer works.
As a current workarround I set showsPlaybackControls to NO and implemented the expand and collapse feature manually (which works). But I loose all the other features from the playback controls.
Would be great if some can point me in the right solution direction.
Many thanks...