There was an error while loading. Please reload this page.
1 parent 95ffc85 commit 32edfc7Copy full SHA for 32edfc7
1 file changed
src/Plugin.AdMob/Platforms/iOS/Native/NativeAd.cs
@@ -32,8 +32,8 @@ internal partial class NativeAd : NativeAdLoaderDelegate
32
33
public void Load()
34
{
35
- MobileAds.SharedInstance.RequestConfiguration.TestDeviceIdentifiers = [.. AdConfig.TestDevices];
36
- var adLoader = new AdLoader(adUnitID: "ca-app-pub-3940256099942544/3986624511",
+ MobileAds.SharedInstance.RequestConfiguration.ApplyGlobalAdConfiguration();
+ var adLoader = new AdLoader(adUnitID: AdUnitId,
37
// The UIViewController parameter is optional.
38
rootViewController: null,
39
adTypes: [AdLoadAdTypeConstants.Native],
0 commit comments