Tagged Questions
0
votes
1answer
50 views
How to automatically close admob interstitial ad if users click the Android home button?
I was using the interstitial ad from Admob in my android app. The interstitialAd.show() is called at certain events of the app. Everything worked fine but one annoying use case with the ad.
If users ...
0
votes
2answers
52 views
Google AdMobs interstitial on reopening timed out
I would like to add some ads in my application, and especially an interstitial when the app enter foreground.
I've created this method in my AppDelegate.m:
- (void)splashInterstitial
{
UIImage ...
1
vote
1answer
71 views
DoubleClick - Interstitial advertise sizing/croping/center placing -> Impossible?
Following this code (https://developers.google.com/mobile-ads-sdk/docs/admob/advanced) :
import com.google.ads.*;
public class BannerExample extends Activity implements AdListener {
private ...
0
votes
1answer
383 views
Admob Interstitial Time Showing
I have a big problem in my game with AdMob Interstitials. The ad is shown when the timer is finished or when the player exit from the round. So at finish of the activity.
When there isn't connection, ...
1
vote
1answer
377 views
Receiving production ads and interstitials from AdMob in test mode
I'm testing AdMob ads in my iOS-application. AdMob seems to ignore the test-flag I put in the code:
-(IBAction)quitButtonHit:(id)sender{
[[AudioPlayer sharedManager] stopSound];
[self.timer ...
0
votes
0answers
186 views
Google dfp interstitial force portrait mode android
I have added to my Android Application the google dfp for use the interstitial ad.
I've used the GoogleAdMobAdsSdk-6.3.1.jar.
My AndroidManifest.xml
<uses-sdk
...
0
votes
1answer
103 views
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? ...
1
vote
1answer
204 views
How do I show multiple Admob interstitials?
I have two portions of code
Preload
interestial = [[GADInterstitial alloc] init];
[interestial loadRequest:request]
Show
[interestial presentFromRootViewController:]
What should I do to show ...
0
votes
1answer
90 views
When dismiss interstitial dfp ad on android the appli is closed
The question is all asked. I have a simple interstitial dfp ad on my application
when i touch the cross to comeback to the application... The application close itself =(
The code is ok because it ...
0
votes
1answer
346 views
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.
...
0
votes
1answer
243 views
android InterstitialAd not showing
My apps has used the following InterstitialAd, and the below are standard codings obtained from google examples. However, I would like to ask why there is no ad shows? (the app properly show toast: On ...
0
votes
1answer
323 views
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 ...
0
votes
1answer
142 views
Goolge 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 ...
1
vote
0answers
148 views
Admob House Ads Interstitials: How to expand html ad to fullscreen
I've just implemented interstitials house ads in my app successfully. The problem wich I have is about the size of the fullscreen banner I recieve.
Somebody knows how to specify in the html document ...
0
votes
1answer
436 views
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 ...