Hi,
I am using GoogleInteractiveMediaAds in two different view controllers for my iOS app. In one of the controllers the AVPlayer launches, and the ad plays immediately without any problems. This controller has the AVPlayer directly in the view. The other controller I am using is an embedded controller within another view. For some reason this embedded controller has the ads play with only sound, no picture. There also is a much longer delay for the sound to start than the controller where the ad picture is working. In the broken one, the video comes up, pauses, the sound from the ads play, then the video starts playing again after the sound goes away. If I press play on the AVPlayer controls while the ad sound is still running both the sound from the ad and the video play at the same time, but again only the video picture is shown, not the ad picture at any point.
I also have a view I was putting on top of the player with the title of the video. I tried removing that, but nothing changed. My code for the two controllers is exactly the same, so I am not sure why one controller works perfectly with picture and sound while the other only plays sound. The only difference I can think of is that the one not working gets embedded in the container of another view.
Could containers be messing up the SDK? Have you heard of this problem happening before?
Thanks