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
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,430
  • 10
  • 39
  • 72
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,701
  • 15
  • 57
  • 117
4
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
  • 53
  • 4
4
votes
1 answer

App Failing to Load Interstitial Ads on my real device

Test Interstitial Ads are working on my emulator. But they don't work on my real device. There was a problem getting an ad response. ErrorCode: 0 W/Ads: Failed to load ad: 0 I'm calling mInterstitialAd.show(); on onNavigationItemSelected Here is…
AresProductions
  • 386
  • 8
  • 19
4
votes
5 answers

How to handle(close) Interstitial Ad during Espresso Tests

What is the correct mechanism to deal with Interstitial Ad during Espresso Tests? There is Interstitial Ad between two activities and I want to write an Espresso Test spanning both activities. Is there any way to close the Interstitial Ad during…
PunitD
  • 2,177
  • 18
  • 28
4
votes
0 answers

AdMob Interstitial with Viewpager - Issues after dismiss

I have implemented AdMob interstitial when the viewpager fragments are swiped/ changed. Depending on a couple of conditions (primarily time driven), the requested interstitials are loaded during the swipe by calling the following code in the…
dejavu89
  • 684
  • 6
  • 16
4
votes
0 answers

Integrating Amazon Ads into Admob Mediation via Custom Events

Amazon is doing a promotion of $6 eCPM for interstitial ads in Sep, Oct, Nov. I'm wondering if anyone has successfully integrated Amazon Ad into your Admob Mediation using custom events. Amazon's website only shows how to show their ads first and…
jon_na_fun
  • 623
  • 2
  • 7
  • 19
4
votes
3 answers

How to call admob interstitial ad using swift, spritekit and xcode?

I've been looking all over for an answer to this and I've found lots of examples in objective C (google developer docs, etc.) and some answers in swift, but not using spritekit, and being a novice, I just haven't been able to bridge the gaps in…
user3147770
  • 183
  • 3
  • 16
4
votes
1 answer

Interstitial dfp ads not filling full screen on Android tablets

We are attempting to serve full page ads via DFP and AdMob to our Android app. We cannot get ads to fill the screen, ads will only appear in the predefined interstitial sizes, 320x480 for the 7inch device and 768x1024 for the 10inch device. How do…
4
votes
1 answer

iOS: full page interstitial ad shows black screen after close

I show a full screen advertisement with this code, which works showing a full page advertisement. The problem is that when I close the advertisement I just have a blank screen. It does not show my app anymore. My code: -(void)showFullScreenAd { …
MSU_Bulldog
  • 3,465
  • 5
  • 34
  • 73
4
votes
4 answers

How to implement Interstitial iAds in Swift(Xcode 6.1)

I am trying to figure out how to switch over from my banner view iAds to interstitial iAds in order to free up space for a tabbed controller. For some reason I am completely unable to find any resource for even getting started on these ads with…
4
votes
2 answers

Admob Interstitial loads but shows empty screen

I was trying to add Admob Interstitial to my Android App which is Displayed when someone leaves the Activity. import android.app.Activity; import android.os.Bundle; import android.util.Log; import android.widget.Toast; import…
Rushil Sablania
  • 496
  • 3
  • 14
4
votes
2 answers

iAd interstitial delegate methods doesn't get called

I want to use interstitial ads in my app, so I implemented all necessary delegate methods. The problem is, if I use [self requestInterstitialAdPresentation] to show the ad, only the interstitialAdDidLoad: method gets called. The…
appcodix
  • 322
  • 2
  • 15
1 2
3
50 51