GoogleApisForiOSComponents icon indicating copy to clipboard operation
GoogleApisForiOSComponents copied to clipboard

Xamarin.Google.iOS.MobileAds AdloaderDelegate is always null even though it is set

Open webwarrior06 opened this issue 2 years ago • 1 comments

I am using the version 8.13.0.3 for the named library.

I set the delegate for my native ads loader. But it does not set the delegate at all.

What could be the possible reason to that?

What I tried so far,

  • Used interface rather than the concrete type.(IUnifiedNativeAdLoaderDelegate)
  • Used IAdLoaderDelegate and AdLoaderDelegate

image

webwarrior06 avatar Feb 19 '23 19:02 webwarrior06

Anyone? We're experiencing the same problem. As an addition, this problem logs the following error to the application output

<Google> Delegate does not conform to the required protocol, nil. Add nil to XX_iOS_YYY_PlatformAdsLoader's protocol list.`

claudioredi avatar Mar 12 '24 17:03 claudioredi