About your question 9:45 you can't display real ads on the emulator because it's just a test device and google know that, so even if you are using your real app id instead of testAdUnitId, you will get only test ads
@fayssalelansari85843 жыл бұрын
thank you very much, using the native package is so much better than making a factory class.
@mdmasudrana36303 жыл бұрын
Thank you so much bro . I'm tiring that others ways but there have some problem . loved it .
@Moncellence3 жыл бұрын
thank u man , very thanks,
@eGalTube3 жыл бұрын
You’re really a genius! I’m struggling to add interstitial ads in between page changes. Can you please help me? 🥰🥰
@LazyTechNo3 жыл бұрын
Thank you very much, what is your problem? You can dm in fb or insta
@neb5423 жыл бұрын
rewarded viedo add casued issue for me. All of my other buttons no longer work after going to next page
@nasserbaba97223 жыл бұрын
Thanks man you made it easier for me
@iswarrand.sivaraj62628 ай бұрын
which firebase did you connect got full video?
@algeriennesaffaires70174 жыл бұрын
Great video, I have one problem when I show ad banner in second page, and click go back quickly to add will pop up and stays on top forever, I can't find a solution for it
@LazyTechNo4 жыл бұрын
You can do _bannerAd.dispose(); before pop()
@algeriennesaffaires70174 жыл бұрын
@@LazyTechNo thanks but that didn't work
@SteveKeddy20094 жыл бұрын
@@algeriennesaffaires7017 call dispose at navigation(...).then((value) => Ads.hideBannerAd()) to the screen your going to so its not active when you pop back. As well call it in the initstate on your navto screen and maybe right in the build on a StatelessWidget
@rendsonc3 жыл бұрын
I'm getting this error: onAdFailedToLoad errorCode = 2 . It's like the app made the connection with the ad server, but the response don't come, and the ads doens't showed as result, that's happen with someone?
@LazyTechNo3 жыл бұрын
Try test ads, and it happens with some emulators. Try real device
@hc-ec6bm4 жыл бұрын
Do I need to dispose native app before pushing another page? If it so how can I do that? I am wondering if it is a problem For AdMob policy to do not dispose native app from widget tree before push another page without disposing for example home page.
@LazyTechNo4 жыл бұрын
yes you can use, nativecontroller.dispose();
@nasserbaba97223 жыл бұрын
But what if i want to pop navigator after disposing native ad i want to diplay it again how to do that
@Brace-id1im3 жыл бұрын
after I change the ad unit id to my real unit id, it can't work. just return failToLoad How can I do?
@LazyTechNo3 жыл бұрын
Yes it shows failed in emulator, try checking in real device
@Theguy938363 жыл бұрын
I am also facing the same problem and I am using real device also my admob account is also approved
@paulgeorge65993 жыл бұрын
@@Theguy93836 is there solution
@doble-d16373 жыл бұрын
Are banner ads persistent? should I add a banner for each page or just initialize it in main.dart?
@LazyTechNo3 жыл бұрын
One banner is fine, and it can persist in other pages as well
@iamfunny21553 жыл бұрын
Please can I edit the source code admob id to my own using apk editor
@Bfas237Forum4 жыл бұрын
Before anything thanks for the code :) Your english is clean :)
@LazyTechNo4 жыл бұрын
Thank you so much bro 😊😊😊
@RASLAN7772 жыл бұрын
Thanks bro
@americanmotivation80604 жыл бұрын
how can you preload the ads before showing them? to avoid policy violation: Layout Encourages Accidental Clicks - Unexpected Launch Interstitials
@girishverma15653 жыл бұрын
God bless you man
@pulkitprajapat78623 жыл бұрын
Interstitial ads only appear once. Please help.
@LazyTechNo3 жыл бұрын
so in this case you have to load your ad everytime and show it by, _interstitialAd = createInterstitialAd()..load(); _interstitialAd?.show(); it may take alittle delay,
@pulkitprajapat78623 жыл бұрын
@@LazyTechNo thanks man
@soumenghosh-oz8oh9 ай бұрын
hi. how can i implement my own ad ids? thanks.
@oijgg3p4 жыл бұрын
Hey bud, when you are using AdTargetingInfo, how can you target users that do not have premium accounts? For example, you want to have premium account for users to remove ads.. Thanks for this video, before your video, my interstitial ads did not start on the clich, but after a few seconds, also, for some reason, on ad stats when I open the app, so this video you did is amazing, keep up the great work.
@LazyTechNo4 жыл бұрын
Hey bro, I believe you cant remove ads from AdTargettingInfo. You can achieve that by simple condition, i.e. checking if user is premium then dont show ads, else show.
@oijgg3p4 жыл бұрын
@@LazyTechNo Thanks bro, very helpful. If you know any github project with those kind of premium things, I would love to see it. Also, looking forward to your next video.
@dev.faizan4 жыл бұрын
Can i add between listview.builder
@LazyTechNo4 жыл бұрын
Yes you can add inside listview.builder as well, Using index.
@dev.faizan4 жыл бұрын
@@LazyTechNo ok
@mithuns84104 жыл бұрын
Any way to hide the ad space if ad is not loaded?
@LazyTechNo4 жыл бұрын
You can check if not loaded return Container();
@mithuns84104 жыл бұрын
@@LazyTechNo Thanks for your quick reply!! can you just explain with some sample code?
@thebullcapital3 жыл бұрын
discontinued firebase_admob: ^0.9.0+9 now what to do now
@LazyTechNo3 жыл бұрын
Stay tuned for google-ads video
@Hi-tk4he3 жыл бұрын
@@LazyTechNo please make video on Google Mobile ads. I want to show banner in multiple pages with one single code. Thanks
@jaydipviirani21122 жыл бұрын
please make video on run google native ad with source code And how to load ad faster.
@aprilsri23673 жыл бұрын
BannerAd class undefined. Help me please
@GArvinthKrishna4 жыл бұрын
Sir, where will I get the Implementation code (app->build.gradle-> dependencies ). 5:40