For our ios app, I would like to use AVPlayerViewController with Google IMA to render ads. This is so we don't have to write all the code for the controls,pip etc ourselves when we user AVPlayerLayer.
We start off with a small video container that hosts the IMA and the AVPLayerViewController. All works great until the user selects fullscreen on the AVPlayerVIewController at which point it leaves the video container and plays full screen. The midrolls and post rolls then play underneath the player in the video container.
Is there any way/trick to move the ads into/and back from a fullscreen AVPlayerController's view heirarchy? Or any chance that you will support AVPlayerVIewController at some point in the future.
Just want to make sure that I have not missed anything before writing a custom player.
Thanks
Rahat