Main thread blocked by synchronous property query on not-yet-loaded property

2024-07-30 Thread gauhar abbas
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

Re: main thread blocked by synchronous property query on not-yet-loaded property

2024-07-30 Thread gauhar abbas
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

Re: main thread blocked by synchronous property query on not-yet-loaded property

2024-07-30 Thread gauhar abbas
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