Questions tagged [interstitial]

Full screen advertisements for Android and iOS applications.

Full screen advertisements for Android and iOS applications. Phones and tables for both platforms are supported.

An interstitial ad covers the entire device screen and can be dismissed.

753 questions
24
votes
7 answers

Admob interstitial ad won't display

I used to display AdMob banner on my future apps, and I'd like to give a try to the interstitial ads. I checked the AdMob SDK for implementation, and I copied their example source because it was exactly what I want (i.e. the interstitial shown when…
user2661663
  • 267
  • 1
  • 2
  • 6
16
votes
2 answers

iAds interstitial adverts on iPhone?

My developer and I had previously tried to get interstitial adverts loading on iPhone and iPad, however only managed to get this working on iPad. During our testing we discovered that interstitials weren't supported on iPhone, but since the release…
pixelkicks
  • 836
  • 2
  • 9
  • 21
12
votes
4 answers

Programmatically close an interstitial ad

I want to make sure that interstitial ads on Android, using the Android AdMob SDK, can be closed. After some research, it seems to me that this is not possible due to the ad being a separate activity. What I want to do is close the ad after 5…
Driss Bounouar
  • 2,852
  • 28
  • 45
11
votes
2 answers

Is there income inequality by admob ad types

I had 3 ad type in my application. rewarded ad with the most impressions but somehow even banners earn more than rewarded ads. Rewarded ads impressions 3 times more than interstitial but same earnings. for the first few weeks, there was no such…
6155031
  • 3,352
  • 4
  • 19
  • 49
11
votes
3 answers

Blocking "Back" button to Close Interstitial Ad

I am adding interstitial ads to my android app using AdMob. I am wondering if there is a way to prevent users from closing them via pressing the "back" button (so they'd have to press the "x" button on the ad). I know that AdMob is loading the ad in…
Ivan Batalov
  • 211
  • 3
  • 12
11
votes
2 answers

Please set theme of AdActivity to @android:style/Theme.Translucent to enable transparent background interstitial ad

I get the above message in logs and as a result, I believe I do not get as many interstitial ads as I can. I have already updated my manifest with the following line
remudada
  • 3,611
  • 2
  • 28
  • 57
10
votes
1 answer

Exoplayer playback error after interstitial ad

I am playing video with ExoPlayer and showing Google AdMob interstitial ad. After ad has been gone there was trouble to play video and show error like: Playback error.com.google.android.exoplayer2.ExoPlaybackException at…
Dinesh Shingadiya
  • 966
  • 1
  • 6
  • 23
10
votes
1 answer

Rewarded Video Ad in Admob - Mediation not Working

From my Admob, I have setup the mediation for Flurry and Vungle. When I request an Ad I am always getting the error as provided in the Logcat. Could not instantiate mediation adapter: com.google.ads.mediation.flurry.FlurryAdapter. MediationAdapter…
iappmaker
  • 2,833
  • 7
  • 30
  • 72
10
votes
2 answers

AdMob Interstitial and error isLoaded must be called on the main UI thread

After user William suggest me to change my code for showing interstitial ad to this @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); …
Karnak
  • 467
  • 1
  • 5
  • 18
9
votes
2 answers

java.lang.NoClassDefFoundError: ayc for InterstitialAd

If found that the users which use old devices (2.3.6) send me this uncatched exception: java.lang.NoClassDefFoundError: ayc at ajb.a(:com.google.android.gms.DynamiteModulesA:20) at po.a(:com.google.android.gms.DynamiteModulesA:536) at…
Vyacheslav
  • 23,112
  • 16
  • 96
  • 174
9
votes
1 answer

Navigation bar moves when AdMob Interstital showed

When I show Interstital Ad status bar fades away and Navigation Bar moves up. All content under navigation bar moves up to. When I close the ad everything moves down. It looks really strange and glitchy. I'm using Navigation Controller in storyboard…
user1561346
  • 672
  • 3
  • 12
  • 26
8
votes
3 answers

"No Ad Config." on onAdFailedToLoad() Method While trying to Load Ads

I am trying to load interstitial advertisements for my app. Whenever I try to load these ads I get a Error saying "No Ads Config" from Domain "com.google.android.gms.ads". Here is the code: My AndroidManifest.xml
Ayush
  • 322
  • 3
  • 13
8
votes
1 answer

ANR caused by google Interstitial ads

In the google play console - I keep getting ANR caused by google Interstitial ads. the application probably freeze for 0.5 seconds or more. Broadcast of Intent { act=android.intent.action.SCREEN_ON flg=0x50200010 }, InvisibleToUser Should I use…
kfir
  • 321
  • 2
  • 16
7
votes
1 answer

Is there any examples of how to implement full-screen advertisement for android?

Is there any examples of how to implement full-screen advertisement for android using AdMob? I have researched and found these tutorials: Getting Started with House Ads Google AdMob Ads Android Advanced EDIT - added some related questions: In…
Jan-Terje Sørensen
  • 13,628
  • 8
  • 34
  • 36
7
votes
2 answers

My interstitial Ad is causing a memory leak?

I also tried using the ApplicationContext but it still leaks for some reason. Found a similar post about the issue here AdActivity leak on AdMob (SDK 7.0) for Android but without an answer. Also tried to set the adlistener and the ad to null in…
Vince VD
  • 1,286
  • 10
  • 30
1
2 3
50 51