Hi!
we encountered an issue with our app while using Google IMA. The issue is reproducible on your iOS Sample app.
Here's how you reproduce it :
- Download the Google IMA Advanced sample app and make the setup with Cocoa pods.
- In Xcode, select the project and go to Capabilities
- Enable Background modes, and select "Audio and Airplay"
- Launch the App and select preroll.
- During the preroll, press power to lock the device
- Press power again to display the lock screen, where you see controls related to ads. But those controls don't do anything. I think it is misleading for the user as they do not have control at this point.
To me, those controls should not be there as they serve no purpose. The controls should only be shown if Airplay is currently active.
In our application, we want to show controls for video only if Airplay is active. I think it would be best for the SDK to let the application control the lock screen information.
Thank you!