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

Show fullscreen Flurry ad after a click in an AlertView

I've got a problem, I added Flurry SDK in my iOS app and want to show a full screen add each time when the user click in the "Ok" button of an uiAlertView. The problem is that it doesn't work. So, I tried try to do it without the AlertView and it…
0
votes
1 answer

How to serve DFP Interstitials for both Phone and Tablet screens

I'm using the GoogleAdMobAdsSdkiOS-6.3.0 and want to serve DFPInterstitials in a universal iOS application. Can/Should I use a single AdUnitID to serve interstitials for both the iPhone and the iPad? If that is the case, am I correct to assume that…
thomers
  • 2,603
  • 4
  • 29
  • 50
0
votes
1 answer

When dismiss interstitial DFP ad on Android, the app crashes

I have a simple interstitial DFP (DoubleClick for Publishers) ad in my Android app. When I touch the cross to comeback to the app, the app closes itself. The code is ok because it works in another app. Does anyone have an idea? Here is the code in…
An-droid
  • 6,433
  • 9
  • 48
  • 93
0
votes
1 answer

Interstitial Ad for DFP not showing Fullscreen in ADMob iPhone 5

I am implementing the interstitial ad using Google's AdMob SDK. The Ad shows fine on iPhone 4S and lower. However on iPhone 5, the ad leaves a blank space at the bottom since its not resized properly. The Ad Size is 320x480. According to their docs,…
Shri
  • 2,129
  • 2
  • 22
  • 32
0
votes
1 answer

Android why do my adfonic interstitials appear for only a second then dissapear

So as question suggests im trying to get full screen ads working, and i have it so they do appear but they only stay there for 4 seconds or so but then dissapear what am i not doing/ doing wrong, i cant seem to find any documentation from adfonic…
Master Zangetsu
  • 262
  • 7
  • 20
0
votes
1 answer

android: landscape layout

I am having some problem for the following layout. The layout is very simple, just using tablelayout with 3 buttons in a row (view = landscape). However there is a "java.lang.NullPointerException " in the preview screen. I have tested and find that…
pearmak
  • 4,979
  • 15
  • 64
  • 122
0
votes
1 answer

android: InterstitialAd : StartUp must implement the inherited abstract method

import com.google.ads.*; import com.google.ads.AdListener; import com.google.ads.AdRequest; import com.google.ads.InterstitialAd; public class StartUp extends Activity implements AdListener { private InterstitialAd interstitialAd; …
pearmak
  • 4,979
  • 15
  • 64
  • 122
0
votes
2 answers

inmobi landscape interstitial ads for android

Does anybody know how to make inmobi interstitial ads only landscape orientation for Android? I tried to send post request with parameter "d-orientation", but nothing happened. Map map = new HashMap
Typhus
  • 1
  • 1
0
votes
1 answer

Admob "House ad" campain for a Interstitial Ad

how to set up the Admob "House ad" campain for a Interstitial Ad in order to get allways loaded? I am getting onFailedToReceiveAd(Ad request successful, but no ad returned due to lack of ad inventory.) In AdGroup goal I choose "Fully allocate" but…
user1616685
  • 1,310
  • 1
  • 15
  • 36
0
votes
1 answer

Google Ads + iAd view frames screwed up

I'm using Google ads in our application. It worked fine up until their latest update of the library (libAdapteriAd). Long story short, when it chooses iAds, we get a full screen ad that decides to rotate our views regardless of setting YES/NO to…
Stephen J
  • 2,367
  • 2
  • 25
  • 31
0
votes
1 answer

adListener adMob onDismissScreen

I have 2 different ads in my app, a normal banner (320x50) and an interstitial ad. When a user touches the banner, I capture this event using an adListener->onDismissScreen. But this doesn't seem to work with the interstitial ad. Is there a way to…
Sebastian Breit
  • 6,137
  • 1
  • 35
  • 53
0
votes
1 answer

Intrerstitial ads using AdMob plugin with phonegap for iOS

I'm using this AdMob plugin for phonegap and it is working perfectly? You ca read here how I did it if you need. My question is how to use this plugin to create an interstitial ads (that take over the entire screen) for my iOS app? Thank you for…
Efi Debi
  • 61
  • 2
  • 12
-1
votes
1 answer

Can Admob Banner ad and Interstitial Ad be implemented on the same activity?

I'm new to android. I'm building an app for playing and downloading audio from firebase. So far my app is working fine, but i want to know if my ads placements in the app are okay or not. In my activity i have two buttons, one for playing and…
-1
votes
1 answer

Android interstitial ad seems to block AsyncTask

I have two activities (Activity A and B) and when user moves from the Activity A to Activity B my app displays Intersitial Ad. In the Activity B app has AsyncTask which gets data from database using Room. Evertything works fine when Activity B…
simulatoris
  • 43
  • 10
-1
votes
2 answers

Android admob interstitial adds showing only once after the app starts

On a button click i am showing admob interstitial adds. For the first time it only shows the add, Again clicking on button it doesn't shows the adds. Currently i am referring to use this google admob example link…
Rishi
  • 75
  • 10