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

How to load an Interstitial ad in an activity and show it in the next one with AdMob?

I'm trying to load an Intertstitial Ad in an activity and show it in a different one using Java and the AdMob SDK version 20. Does anybody know how I can do that? 1st activity: StickerPackListActivity public class StickerPackListActivity extends…
MrCarciofo
  • 11
  • 2
-1
votes
1 answer

Interstitial Failed to load should i keep asking or?

I have a more of a tactics question In my app i often get failed to load ad error code 3 My app is not banned , my admob account is fine i know that this error means that google has no ads to offer BUT My question is what should i do after i get…
-1
votes
2 answers

How to show the interstitial ads on second click?

Anybody know how to show the interstitial ads when the user click the button second time.I mean when the user click the button once then the ad should not appear but whenever the user click the same button second time then the ad must show.. public…
Sufyan Hashmi
  • 21
  • 1
  • 10
-1
votes
2 answers

How can ad interstitial ads from Non Activity Class?

I have a non activity class named CustomBinding which shows images on main activity which loads images from the asset folder and sets wallpapers on click I want to show interstitial ad from Non Activity class package…
-1
votes
3 answers

Interstitial ads not displaying ads on every Click but showing ads every few seconds

I am new to Android just 3 months old, In my code Interstitial ads are displayed every few seconds not getting displayed on every click not able to figure out the issue, Not able to find any example similar to my requirement. My Requirement is on…
Bhavesh
  • 909
  • 2
  • 23
  • 38
-1
votes
1 answer

Show interstitial ads when clicking on any of four buttons

I have a layout with four buttons. When the user clicks on one of the buttons, I want to show interstitial ads . My code below works when I click on one of the four buttons, but when I click again, the interstitial ads don't show. For…
Tmp Tmp
  • 13
  • 9
-1
votes
1 answer

how to place Interstitial Ad After If Statement?

I was Implemented interstitial Code to my App but I want interstitial Code in if-else statement ..so what to do ?
atul chikane
  • 55
  • 1
  • 8
-1
votes
1 answer

Why Ad Unit IDs for Interstitial Ads not Stored in strings.xml?

I'm new to AdMob and Android in general, but I was reading through the tutorials for adding Interstitial Ads. Based on their examples, they store the Ad Unit Ids for Banner Ads in the strings.xml file, but they hard-code the Ad Unit Ids for…
brbecker87
  • 40
  • 11
-1
votes
1 answer

Why is my interstitial ad not respecting policy?

I created an iOS app that simulates a shaver. The user turns on the shaver and it makes some noise, the user turns off the shaver and the noise stops and it shows an interstitial ad from AdMob. So there's a button in the center of the screen to…
DanielZanchi
  • 2,708
  • 1
  • 25
  • 37
-1
votes
2 answers

Load interstitial admob advert on 3rd start of an activity

public class Starting extends ActionBarActivity { private final String PREFERENCE_NAME = "ad_counter_preference"; //class level variable private final String COUNTER_INTERSTITIAL_ADS = "ad_counter"; //class level variable private…
David Marsh
  • 147
  • 1
  • 3
  • 16
-1
votes
2 answers

Getting an Interstitial Ad to Display from a Fragment

i've been searching for hours now, and i can't get a simple interstitial ad to display. the layout is within a fragment and i'm sure that's part of the problem, but i can't find a work around. any help is greatly appreciated - most of what i see…
Neal Simpson
  • 1
  • 1
  • 2
-1
votes
1 answer

How can I control admob Interstitial Ads on Android?

I want to add Interstitial ads to my game. An example code I found works fine, but the problem is it appears just once at the startup of my app. I want to control the ad's appeareance and call my displayInterstitial() method in other classes, like…
hzuuu
  • 1
  • 1
-1
votes
1 answer

How to implement admob Intersitial ads?

I have implemented admob banners in my app already, and now I would like to implement Intersitial ads. The code is written in Obj-C++. Here is the code I have for the banners: #import "MyGameBridge.h" #import "AppController.h" #import…
-1
votes
1 answer

How to Add AdMob Interstitial Ads in my App android?

I want to Know how to add admob interstitial ads in my app , I find a lot of codes but i dont have a idea where i should put it them on my project so please help me !
-1
votes
2 answers

Getting NullPointerException but cant see one, can anyone point it out

It has to do with the Interstitial, I was getting the same problem with the Adview but solved it by adding the Adview to the xml and referencing in in java but you cannot do that with an Interstitial public class MainActivity extends Activity { …
Jack English
  • 107
  • 2
  • 9