I have an instance of AVPlayerViewController
playing a live broadcast content that I am adding as a subview to my viewController's view.
After switching the AVPlayerViewController
to fullscreen mode and tapping Done button to exit fullscreen the player stops playing.
Is there any way to keep the player playing after done button action?