Describe the bug
When calling LoadInterstitial error appears in debug console
<Google> <Google:HTML> 1 required SKAdNetwork identifier(s) missing from Info.plist. Missing network(s): AdColony. See [Enable SKAdNetwork to track conversions] (https://googlemobileadssdk.page.link/enable-skadnetwork).
To Reproduce
Steps to reproduce the behavior:
CrossMTAdmob.Current.LoadInterstitial(GetUnitId());
OnInterstitialLoaded never called because of this error
Expected behavior
no error in the console
Smartphone (please complete the following information):
Device: iPhone 11
OS: iOS 15.5
Version 1.9.0.3
Additional context
I believe this error is coming from admob library itself. not this library because on flutter people also experience the same bug
https://github.com/googleads/googleads-mobile-flutter/issues/711
In any case if google fixes it, current library will need to update admob as well.
Describe the bug When calling LoadInterstitial error appears in debug console
<Google> <Google:HTML> 1 required SKAdNetwork identifier(s) missing from Info.plist. Missing network(s): AdColony. See [Enable SKAdNetwork to track conversions] (https://googlemobileadssdk.page.link/enable-skadnetwork).
even though it is setup in the info.plist.
To Reproduce Steps to reproduce the behavior: CrossMTAdmob.Current.LoadInterstitial(GetUnitId());
OnInterstitialLoaded never called because of this error
Expected behavior no error in the console
Smartphone (please complete the following information):
Additional context I believe this error is coming from admob library itself. not this library because on flutter people also experience the same bug https://github.com/googleads/googleads-mobile-flutter/issues/711 In any case if google fixes it, current library will need to update admob as well.