I'm adding ads to my flutter app there are no errors when I restart the app put it shows me this and there are no ads show in the app : enter image description here
when I run the app in the terminal It shows me this error enter image description here
here is my pubspec.yaml
dependencies:
flutter:
sdk: flutter
firebase_core: ^0.4.0+9
firebase_analytics: ^5.0.2
firebase_auth: ^0.14.0+5
cloud_firestore: ^0.12.9+5
cupertino_icons: ^1.0.0
firebase_admob: ^0.7.0
my build.gradle app level
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation platform('com.google.firebase:firebase-bom:26.7.0')
implementation 'com.google.firebase:firebase-analytics'
implementation "com.google.android.gms:play-services-ads:19.5.0"
implementation "com.google.android.gms:play-services-basement:17.5.0"
implementation 'com.google.firebase:firebase-ads:18.0.0'
}
I also upgrade the app for the second time and there are no ads.
if anyone can help to solve this problem and thanks.