Question

Is there any examples of how to implement full-screen advertisement for android using AdMob?

I have researched and found these tutorials:

EDIT - added some related questions:

  1. In the tutorials it looks like you have to use Android 4.0 to get the interstitial house ads to work. Is it not possible in earlier versions?
Was it helpful?

Solution

Please see the AdMob Interstitial documentation for how to add interstitials to your Android app. Please note, however, that you need to be whitelisted for interstitial ads to get interstitial ads from AdMob. Right now you will only be able to see the test interstitial ad, or a house ad interstitial that you traffic to your app.

EDIT:

The Google AdMob SDK v4.3.1 requires that you set your android build target to android-13 (Android 3.2) or higher. You can still get ads on devices all the way down to Android 1.5 (android-3) by setting the minSdkVersion="3" in your manifest.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top