You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm using GoogleAds-IMA-iOS-SDK 3.9.2 with CocoaPods to play a pre-roll video ad.
Sometimes, when it failed to play a video ad, the SDK report an error with code 400, but it did not remove the AD view.
I got the error message in this delegate:
I think this might be a bug of the SDK, when playing a video ad failed, it should tell the app the error and let the app to continue to play the video.
Could someone help to confirm this?
BTW, i'm using Swift
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I'm using GoogleAds-IMA-iOS-SDK 3.9.2 with CocoaPods to play a pre-roll video ad.
Sometimes, when it failed to play a video ad, the SDK report an error with code 400, but it did not remove the AD view.
I got the error message in this delegate:
the
event.type
isIMAAdEventType.LOG
,the
event.adData
is as below:When this error happened, it will not call the
didReceiveAdError
delegate:I think this might be a bug of the SDK, when playing a video ad failed, it should tell the app the error and let the app to continue to play the video.
Could someone help to confirm this?
BTW, i'm using Swift
Thanks
The text was updated successfully, but these errors were encountered: