Hello,
I have an audio only pre-roll VAST ad that I have verified works on the Google IMA SDK tester
On mobile (ios simulator iphone 15 pro, Google IMA SDK) the ad plays, however the elapsed timer is stuck at "0:00", and all of the impressions STARTED,FIRST_QUARTILE,MIDPOINT,THIRD_QUARTILE fire immediately.
I also see in the console
Core: (INFO) ima.admanager.VideoAdManager: Playback error: AdError 202: VAST media file duration differs from the VAST response duration by 29.70 seconds.
Core: Exception text: AdError 202: VAST media file duration differs from the VAST response duration by 29.70 seconds.
However this is incorrect.
I am at my wit's end trying to debug this. What is incorrect with the provided BasicExample implementation?