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.

812 questions
3
votes
2 answers

Android Interstitial Ad not loading

I'm trying to load interstitial ad on the tablet, with the test ad id. On output ad is not showing, but I'm getting the callback on "onAdLoaded". This is my code:- @Override protected void onCreate(Bundle savedInstanceState)…
ALEX JOY
  • 111
  • 1
  • 7
3
votes
3 answers

How to show interstitial ad after loading the splash screen?

I'm in need of help, I'd like to display an interstitial add after the splash screen screen loads, but my code has an error. Here is my code: public class SplashScreenActivity extends AppCompatActivity { InterstitialAd mInterstitialAd; …
3
votes
1 answer

How to Show Interstitial Ad every X Seconds

I need to show interstitial ad in my app in every x seconds. I had gated this code. Its working fine, but the problem is, interstitial ads still show up even if the app closed. How can I can stop this when the app is closed? Thank you. public class…
Red One
  • 33
  • 1
  • 6
3
votes
2 answers

Error is occurring in my interstitial ad code for AdMob when i am using my own ad unit id

I am new to AdMob i added app name and platform in admob account.In this app i have added unit ad of interstitial ad.And created its ad unit id. Now in android studio i have wrote simple code as per the instructions from AdMob. So when button gets…
user8209191
  • 37
  • 1
  • 7
3
votes
2 answers

LAYOUT ENCOURAGES ACCIDENTAL CLICKS - INTERSTITIAL ADS:

Please any one help Now my app has disable by admob due to wrong interstitial code as "Interstitial ads that load unexpectedly while a user is viewing the app’s content". what to do? Please some one correct me... import android.os.Bundle; …
Raman R
  • 31
  • 1
  • 3
3
votes
2 answers

FB Ads Error Code: -1 Unknown error - Android Interstitial

I´ve displayed Facebook ads before but today the Interstitial ads stopped working, we I try the debug mode I get an error with code -1 and name Unknown error. I'm using the following code: fbInterstitialAd =new…
David
  • 75
  • 1
  • 9
3
votes
1 answer

Why AdMob interstitial lock UI thread?

While using Method Tracing util, I encountered a problem with Android AdMob interstitial ads. Now I use the latest version of AdMob: compile 'com.google.firebase:firebase-ads:9.4.0' And this code: long start =…
Andrey
  • 675
  • 7
  • 22
3
votes
1 answer

Interstitial auto-reloading after error?

What's the behavior of the admob interstitial after an error occurs? It automatically retries to reload the data or not? In other words I have to write something like: mInterstitialAd.setAdListener(new AdListener(){ //ERROR…
darkalbo
  • 323
  • 6
  • 17
3
votes
0 answers

RewardedVideoAdListener Methods - Admob

I am trying to understand the RewardedVideoAdListener. I have setup the Admob to show the rewarded video Ads and it is showing the video Ads…
iappmaker
  • 2,945
  • 9
  • 35
  • 76
3
votes
2 answers

Admob Interstitial Ad showing black with new Ad unit ID

i have created one app and i am using admob Interstitial Ads. As i have created new Interstitial Ad unit ID for that app but ad is showing black with close button, but if i use my old applications Ad unit ID ads will show up. I dont know why this…
umesh
  • 454
  • 3
  • 15
3
votes
2 answers

Show Admob Interstitial ads between scenes in Swift SpriteKit

I would like to know how to set up Admob Interstitial ads when I present my GameOverScene. What should I do to show the ads only sometimes when the game gets over? And how do I implement this in Swift? Im referring to this post How to call admob…
Dieblitzen
  • 544
  • 4
  • 22
3
votes
4 answers

Google Admob for iOS. When and how will the real ads appear?

Recently I added interstitial ads in my iOS App. Although during development phase we are supposed to use testDevice id for test ads. The google admob faq says that you can submit the app with the testDevice id code still in it. I did submit it with…
shubhsin
  • 247
  • 2
  • 3
  • 12
3
votes
1 answer

Interstial Ads not showing

Test Interstitial ads load but when i replace my Ad Id. Interstitial ads doesn't load. And also tell me whether to comment or not this statement. addTestDevice("SEE_YOUR_LOGCAT_TO_GET_YOUR_DEVICE_ID") In…
Xar-e-ahmer Khan
  • 1,314
  • 15
  • 23
3
votes
2 answers

Preloading Interstitial ads

I am running interstitial ads in my app, but I am not sure how to preload them so they appear to the user to be instantaneous. Often it can take up to 10 seconds, and the user has already moved on to different areas of the app, it's very…
Bisclavret
  • 1,327
  • 9
  • 37
  • 65
3
votes
1 answer

ADInterstitialAd causing memory issues

I've been developing an iPhone / iPad game using Sprite Kit and in between each round I load an interstitial advert. The interstitial is loaded on the main GameViewController and sits on top of the skview. I use a series of observers to trigger and…
SmokersCough
  • 967
  • 7
  • 22