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

Admob Interstitial Ad non clickable

I created a Android Game and the issue i am using both Banner ad and a Interstitial ad 1) Banner ad shows while playing the game and 2) Interstitial Ad shows when player ends up winning a level but the problem i am facing is admob interstitial ad is…
0
votes
1 answer

Admob interstitial ad gives an ERROR_CODE_INTERNAL_ERROR on AdListener

I try to ad Admob interstitial ad to my android app. The google services are installed and work (I know it because banner ads do show). The code runs this mehtod (on the UI thread): private void cacheAds(List types){ …
user1028741
  • 2,745
  • 6
  • 34
  • 68
0
votes
2 answers

Admob interstitial on app start

i want to have an admob interstitial ad show up when the user first opens the app or when the user navigates to another app (like browser) and then returns to my app. This is my current code for interstital ad, this code is entirely contained inside…
Zaid90
  • 81
  • 1
  • 11
0
votes
1 answer

Interstitial Ads in Android

I finished my first App, and I wanted to try out to add some ads to it. I tried out the tutorials provided by google, and they work fine. Now, when I try to implement the add in my App I receive the error message: "IllegalStateException: isLoaded…
0
votes
1 answer

AdMob Interstitial ad not showing on all my test devices

Hello I have implemented interstitial ads in my android game, first of all while testing the ads I've noticed that they appear only once per game session,I'd like to know if it will behave this way when I update the game because I don't want people…
Matthew
  • 105
  • 1
  • 11
0
votes
1 answer

Phonegap and interstitial ads

I'm trying to display interstitial ads on a phonegap app but i just can't make it work. I have followed this tutorial from google https://developers.google.com/mobile-ads-sdk/docs/admob/advanced?csw=1#play but the ads don't show. I think a need a…
0
votes
1 answer

how can I show interstitial at desired location

I am developing an app of wallpapers. In it images change with buttons. I want to show interstitial when user almost reaches at 10th wallpaper and so on. Now I am using this method for interstitial and it works perfectly but through this…
HBBR
  • 77
  • 1
  • 7
0
votes
1 answer

The Admob interstitial doesn't work in my Android app

I copied the code of the interstitial from here https://developers.google.com/mobile-ads-sdk/docs/admob/advanced but it doesnt' work. When the app calls the method interstitial.isLoaded(), it crashes. This is the logcat: 04-06 14:40:09.320 …
user3503550
  • 73
  • 1
  • 8
0
votes
2 answers

Error Admob interstitial ads The constructor InterstitialAd(MenuActivity) is undefined

I have written the code for adding interstitial ads from admob to my app's menu activity as per https://developers.google.com/mobile-ads-sdk/docs/admob/advanced. I have added PERMISSIONS and configchanges in Manifest too. I am getting error in the…
user3502675
0
votes
2 answers

android admob google-play-services interstitial video ads and dismissal

I received a user review that describes "having to sit through a video ad". I thought all interstitial ads were easy to dismiss via either the device back button or the included [x] button... Are there video ads that force a user to watch a portion…
Werner
  • 769
  • 2
  • 6
  • 19
0
votes
1 answer

dont cancle interstitial AD with backbutton

is it possible to make a interstitial (ad from admob) not Cancelable with the back button? I only want that the user can cancle the ad just with the cross. Thanks :)
user3241084
  • 87
  • 1
  • 1
  • 11
0
votes
1 answer

Chartboost with Admob Mediation Android

I am trying to integrate both Chartboost and AdMob interstitials in my game mediated through AdMob. I am also looking to integrate the Chartboost appwall and analytic. For the app-wall and analytic to work, I need CB object outside of AdMob's custom…
Puneet
  • 653
  • 1
  • 7
  • 18
0
votes
1 answer

Need Help For integrating interstitials admob on my quotes android template

I have quotes android app came with admob banner template but I don't how to integrate interstitials admob to this project. Template with database with sqlite. Here codes for MainActivity.java package com.XXXX.MYpackage; import…
Juni T
  • 1
0
votes
2 answers

Admob Interstitial Ads showing in the middle of the game

I just made game like ironpants, I'm trying to put interstitial ads when the game over. but the interstitial ads always show in the middle of the game. I think it'll be annoying for users. and I'm afraid if Google will banned my admob account. The…
taylorSWIFT
  • 39
  • 1
  • 4
0
votes
0 answers

Activity becoming unresponsive after dismissing Google mobile ad

I'm using Google Mobile Ads SDK to display an InterstitialAd in my Activity. The activity has just one WebView that displays HTML5 content. After dismissing the ad, occasionally on some devices the WebView/Activity becomes unresponsive... Any ideas…
tali
  • 103
  • 1
  • 8