android - Admob real ads not showing -
i having problems in showing ads on android app. able show ads using
adview adview = (adview)findviewbyid(r.id.adview); adrequest adrequest = new adrequest.builder(). addtestdevice("127544499e3830865bd4e63234b4cc99").build(); adview.loadad(adrequest);
but when wanted show real ads, removed
addtestdevice("127544499e3830865bd4e63234b4cc99")
but showing nothing, plain white. have idea, looked @ question nothing works, correct admob account , having permissions,activity & meta in manifest.
look @ logcat, tell why aren't showing ads. it's because there aren't show right now. normal situation.
Comments
Post a Comment