Hi, we discovered that the IMA SDK adds an `MPRemoteCommand` for play/pause right when the `IMAAdLoader` starts loading. This causes issues when there is a delay between loading and ad playback. Also the `IMAAdsManager` no longer emits any events. Already reported here
Is `IMASettings.disableNowPlayingInfo` expected to also turn off `MPRemoteCommandCenter` intarction? Ideally either the property turns off both or there is a separate setting for this.
We were testing with GoogleAds-IMA-iOS-SDK: 3.23.0
In the sample application, the ad-loading happens on the play button interaction without ever calling `IMAAdsManager.start`. When opening the control center after the ad finished loading (a log message indicating that was added), a Play/Pause button is seen. When interacting with this button, the Ad starts playing (audio is audible) but it's not visible. The Play/Pause `MPRemoteCommand` should only be visible when the ad started playing/`IMAAdsManager.start` was called.