let videoOptions = GADVideoOptions()
videoOptions.startMuted = false
videoOptions.customControlsRequested = true
let aspectRatioOption = GADNativeAdMediaAdLoaderOptions()
aspectRatioOption.mediaAspectRatio = .any
let adLoader = GADAdLoader(adUnitID: adUnitID, self: vc,adTypes: [.native],
optio
Ok please route it to Google Mobile Ads SDK Team
On Tue, 30 Jul 2024 at 9:40 PM, Google Ads API Forum Advisor <
adsapi@forumsupport.google> wrote:
> Hi,
>
> By reviewing your concern, I understand that you are using the Google
> Mobile Ads SDK. I am routing this request to the Google Mobile Ads S
Thank you for your response.
I am using GoogleMobileAds SDK to load ads on my tableview list but when I
load ads using below code, it shows main thread blocked errors as sent to
you already. It doesnt matter which thread i am using, it throws these
errors in every thread.
let adLoader = GADAdLoad