Reputation: 1238
I am using Inmobi Interstitial Ad for one of my app. The ad is loading and displaying but it shows black screen with close button at top right corner.
I have used following dependencies:
defaultConfig {
applicationId "...."
....
multiDexEnabled true
....
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:multidex:1.0.3'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.android.support:design:28.0.0'
implementation 'com.android.support:recyclerview-v7:28.0.0'
implementation 'com.inmobi.monetization:inmobi-ads:7.2.4'
implementation 'com.google.android.gms:play-services-base:16.0.0'
implementation 'com.google.android.gms:play-services-ads:16.0.0'
implementation 'com.google.android.gms:play-services-location:16.0.0'
implementation 'com.google.android.gms:play-services-plus:16.0.0'
implementation 'com.squareup.picasso:picasso:2.5.2'
The interstitial is showing and all its listener callback are called.
Upvotes: 0
Views: 522