bdlukaa / native_admob_flutter

Easy-to-make native ads in flutter using AdMOB SDK.
https://pub.dev/packages/native_admob_flutter
BSD 3-Clause "New" or "Revised" License
80 stars 56 forks source link

Ad failed to load : 3 #104

Closed desmeit closed 3 years ago

desmeit commented 3 years ago

I added all infos to androidmanifest and in flutter.

  if (kDebugMode) {
    return MobileAds.bannerAdTestUnitId;
    //return 'ca-app-pub-3940256099942544/6300978111';
  } else {
    if (Platform.isIOS) {
      return 'ca-app-pub-XXX';
    } else if (Platform.isAndroid) {
      return 'ca-app-pub-XXX';
    }
  }
}

await MobileAds.initialize(
    bannerAdUnitId: bannerAdUnitId,
  );
  MobileAds.setTestDeviceIds(['XXX']);

But I'm still get an error:

This request is sent from a test device.
I/Ads     (18590): Ad failed to load : 3

What I'm doing wrong?

bdlukaa commented 3 years ago

https://github.com/bdlukaa/native_admob_flutter/wiki/Ad-error-codes

desmeit commented 3 years ago

Hmm. The test add is working but on IOS Production its not working. The app is in the App Store.

QuentinSc commented 2 years ago

@desmeit same :(

desmeit commented 2 years ago

@QuentinSc

Is your app in the App Store and public?

QuentinSc commented 2 years ago

@QuentinSc

Is your app in the App Store and public?

Yes! No prob on Android

QuentinSc commented 2 years ago

@QuentinSc

Is your app in the App Store and public?

Working now ¯_(ツ)_/¯