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 = GADAdLoader(adUnitID: adUnitID, rootViewController: self, adTypes: [.native], options: nil) adLoader.delegate = self adLoader.load(GADRequest()) func adLoader(_ adLoader: GADAdLoader, didReceive nativeAd: GADNativeAd) { print("Received native ad: \(nativeAd)") } func adLoader(_ adLoader: GADAdLoader, didFailToReceiveAdWithError error: Error) { print("Failed to receive ad: \(error)") } Errors :- ** Main thread blocked by synchronous property query on not-yet-loaded property (assetProperty_Tracks) for HTTP(S) asset. This could have been a problem if this asset were being read from a slow network. Main thread blocked by synchronous property query on not-yet-loaded property (NaturalSize) for HTTP(S) asset. This could have been a problem if this asset were being read from a slow network. Main thread blocked by synchronous property query on not-yet-loaded property (PreferredTransform) for HTTP(S) asset. This could have been a problem if this asset were being read from a slow network. Main thread blocked by synchronous property query on not-yet-loaded property (EstimatedDataRate) for HTTP(S) asset. This could have been a problem if this asset were being read from a slow network. Main thread blocked by synchronous property query on not-yet-loaded property (NominalFrameRate) for HTTP(S) asset. This could have been a problem if this asset were being read from a slow network. Show less ** On Tue, Jul 30, 2024 at 8:27 PM Google Ads API Forum Advisor < adsapi@forumsupport.google> wrote: > Hi, > > Thank you for reaching out to the Google Ads API support team. > > Kindly note that we can only assist with issues/concerns related to the Google > Ads API <https://developers.google.com/google-ads/api/docs/start>. Upon > checking the logs, I could see that these methods > (GADNativeAdMediaAdLoaderOptions, GADVideoOptions) are not present in > Google Ads API. Could you confirm if you are using the Google Ads API and > facing these issues? > > However, if you are not using the Google Ads API, then kindly share with > us the API which you are using so that we can assist you to the correct > support team for further assistance. > > You can send the details via *Reply privately to the author option*, or > *direct > private reply* to this email. > > This message is in relation to case > "ref:!00D1U01174p.!5004Q02vEJjn:ref" (ADR-00260100) > > Thanks, > > [image: Google Logo] Google Ads API Team > > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/CADSvq2B_pD1fQv8yz%2BOKjsBAcKs%3DS3P5DhHv6NPLTGcsBxyDCw%40mail.gmail.com.