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
5
votes
2 answers

How to call multiple interstitial ad?

I added interstitial ad (+banner) to my app that contains one activity, no problem with banner but the interstitial ad shows only at app launch one time, my app don't contain any buttons or actions just a pdfview, what I want to do is showing the ad…
Mounir Lardjem
  • 127
  • 2
  • 7
5
votes
3 answers

Ask user to watch interstitial ad?

Lately I've been thinking about how to increase the revenue I get from my Android apps, and have come to the conclusion that I "need" to include interstitial ads in some form. I don't want them to feel forced or annoying like in many other apps…
Daybreak
  • 63
  • 4
5
votes
2 answers

iAd custom transition for interstitial ads

I would like to treat ADInterstitialAds as a regular UIView's to gain some flexibility in their usage. For example, the default interstitial transition is slide up from the bottom of the screen. I don't like that. Is it possible to modify the alpha…
potato
  • 4,479
  • 7
  • 42
  • 99
5
votes
1 answer

Strange Behaviour with iAd Interstitial

I am experiencing some weird behaviour in both ios7 and 8.. What happens is sometimes the full screen is presented with an X(POTRAIT FUllSCREEN AD - my app is landscape only). You click the X and you can go back to my menu fine. But sometimes an ad…
4GetFullOf
  • 1,738
  • 4
  • 22
  • 47
5
votes
1 answer

Detect close of Interstitial Ad in AdMob using iOS RoboVM/libgdx

I'm using RoboVM bindings for my iOS application to display AdMob interstitials. When I close the interstitial ad, I lose all touch controls. Is there a way to detect the ad being closed so I can put the touch back to the game? Or is there a better…
islander_zero
  • 3,342
  • 3
  • 12
  • 17
5
votes
5 answers

How to integrate admob interstitial in Unity?

I am looking to integrate admob interstitial in Unity, i did it for banner but unable to find final solution for interstitial, any help would be appreciated. I tied following links but it didn't work for…
stack
  • 951
  • 3
  • 9
  • 23
5
votes
5 answers

Admob interstitial ads - Cannot present interstitial. It is not ready

Is this code correct to implement an interstitial ad? Because when I launch it I get this, Cannot present interstitial. It is not ready.
user3530648
5
votes
0 answers

Admob ad stuck with "You can skip this ad in 5s"

I am using Admob for my iOS app. It has been going fine, but the full screen ad "GADInterstitial" sometimes produces a black screen with text "You can skip this ad in 5s". It stays the same with black screen and there is no option to skip. Any idea…
Taha Munir
  • 153
  • 10
5
votes
3 answers

Android Interstitial ads add test device?

You can easily add test devices with banner ads so you don't get banned by accidentally clicking on them. However I cannot find how to add test devices to interstitial ads. I assume you also can be banned if you click accidentally on them. Can you…
Gooey
  • 4,740
  • 10
  • 42
  • 76
5
votes
1 answer

Android: PublisherInterstitialAd and DoubleClick for Publishers by Google play services

I am a little bit confused between interstitialAd and PublisherInterstitialAd and DoubleClick for Publishers (DFP). DFP is found at https://developers.google.com/mobile-ads-sdk/ As referred in https://developers.google.com/mobile-ads-sdk/download,…
pearmak
  • 4,979
  • 15
  • 64
  • 122
4
votes
3 answers

How to detect interstitial ad is clicked by user?

Is there any way to detect when the user taps on the interstitial ads? I tried but did not find any callbacks for detecting interstitial ad clicks. Any workaround for detecting the same would also be very helpful. I want to detect ads click to…
Praveen
  • 3,186
  • 2
  • 8
  • 23
4
votes
2 answers

How to implement Admob Interstitial Ad in android studio - Kotlin

I am a beginner and I need help implementing Admob Interstitial Ad in the android studio using Kotlin. Sorry for my question, Appreciate it if you can show me step by step so I can learn the process and do it myself every other time. Thanks in…
Abiodun O.S
  • 81
  • 1
  • 8
4
votes
3 answers

Google rejects my app and claims ad fraud

I am using interstitial ads from Admob in my app. Google rejects my app and claims ad fraud. They say that my app displays an ad after exiting the app. I have changed my ad code to be sure that ad loading and ad displaying only happens when the…
Alex
  • 343
  • 2
  • 13
4
votes
3 answers

What should I replace deprecated Facebook InterstitialAd setAdListener?

As of v5.6.1 the interstitialAd.setAdListener is deprecated. What should I replace deprecated Facebook InterstitialAd setAdListener now ?
4
votes
1 answer

Some interstitial ads won't close or dismiss when hitting 'X'

I have an app that shows an interstitial ad after a few pages on a UIPageViewController. Usually the ad is OK, and I can dismiss it by its own 'X' button. But there are some ads (especially the ones about games like Clash of Kings, i've noticed)…
Jacobo Koenig
  • 11,728
  • 9
  • 40
  • 75
1 2
3
54 55