문제

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?
도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top