kmcgill88 / admob_flutter

Admob Flutter plugin that shows banner ads using native platform views.
https://pub.dartlang.org/packages/admob_flutter
ISC License
435 stars 151 forks source link

Error IOS #239

Open arcas0803 opened 3 years ago

arcas0803 commented 3 years ago

I get this error when running in ios. iOS Admob status: ["GADMobileAds": <GADAdapterStatus: 0x282d4cbd0; state = Not Ready;Could not retrieve application configuration data.>] I have all ids ok, all configs like the tutorial but I can't get this working. I was having an issue of firebase core not initializated and I solved adding the line: FirebaseApp.configure() //add this before the code below on the add_delegete swift: FirebaseApp.configure() //add this before the code below

Any idea? In android is working fine.

danielgchap commented 3 years ago

In iOS.. I have seen a lot of people say that ads won't appear (in production) until the app is in the iOS App Store, then link it to Admob.. then even.. a few days will be needed. If you are still debugging/developing... you can push testids for your device into your Admob initializer and then they should work. Android doesn't need that as it knows to deliver Android test ads out of the box. Hope that helps friend.