Test AdMob ads in Android -


so i'm new using admob , had question on how correctly use/implement it. google tells me use test ads while developing (if use real ads violation of policy), how have test ads in development , real ads in production or while in play store? i'm sure simple, help!

you can specify device id test device:

adrequest adrequest = new adrequest.builder()         .addtestdevice("0fa20932afe1095798444fd9aab7d425")         .build(); 

then whenever run application on device, test ads, , on other devices real deal.

to device id, run app ads turned on , watch log.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -