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
Post a Comment