GoogleApisForiOSComponents
GoogleApisForiOSComponents copied to clipboard
Xamarin.Google.iOS.MobileAds AdloaderDelegate is always null even though it is set
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

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.`