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
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
@@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
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?
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.
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.
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.
@@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.
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,
Flutter Phone Authentication: bit.ly/3nM4rhb
thank you very much, using the native package is so much better than making a factory class.
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
Thank you so much bro . I'm tiring that others ways but there have some problem . loved it .
You’re really a genius! I’m struggling to add interstitial ads in between page changes. Can you please help me? 🥰🥰
Thank you very much, what is your problem? You can dm in fb or insta
rewarded viedo add casued issue for me. All of my other buttons no longer work after going to next page
Thanks man you made it easier for me
which firebase did you connect got full video?
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
You can do _bannerAd.dispose(); before pop()
@@LazyTechNo thanks but that didn't work
@@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
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?
Try test ads, and it happens with some emulators. Try real device
Please can I edit the source code admob id to my own using apk editor
how can you preload the ads before showing them?
to avoid policy violation: Layout Encourages Accidental Clicks - Unexpected Launch Interstitials
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.
yes you can use, nativecontroller.dispose();
But what if i want to pop navigator after disposing native ad i want to diplay it again how to do that
Are banner ads persistent? should I add a banner for each page or just initialize it in main.dart?
One banner is fine, and it can persist in other pages as well
Before anything thanks for the code :) Your english is clean :)
Thank you so much bro 😊😊😊
thank u man , very thanks,
hi. how can i implement my own ad ids? thanks.
after I change the ad unit id to my real unit id, it can't work.
just return failToLoad
How can I do?
Yes it shows failed in emulator, try checking in real device
I am also facing the same problem and I am using real device also my admob account is also approved
@@hetusharma9056 is there solution
God bless you man
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.
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.
@@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.
Thanks bro
Sir, where will I get the Implementation code (app->build.gradle-> dependencies ). 5:40
implementation "com.google.android.gms:play-services-ads:19.5.0"
implementation "com.google.android.gms:play-services-basement:17.5.0"
Thank you... May I know, Where can I find this code.
discontinued firebase_admob: ^0.9.0+9 now what to do now
Stay tuned for google-ads video
@@LazyTechNo please make video on Google Mobile ads. I want to show banner in multiple pages with one single code. Thanks
BannerAd class undefined. Help me please
Can i add between listview.builder
Yes you can add inside listview.builder as well, Using index.
@@LazyTechNo ok
Any way to hide the ad space if ad is not loaded?
You can check if not loaded return Container();
@@LazyTechNo Thanks for your quick reply!!
can you just explain with some sample code?
Failure build failed with an exception error
Interstitial ads only appear once. Please help.
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,
@@LazyTechNo thanks man
please make video on run google native ad with source code And how to load ad faster.
Thank sir.
You’re welcome 😊
if possible? Please could you make video a Facebook login ?.Thanks
Hey bro, thank you for suggesting,
i will consider this in future videos.
Video Out On Facebook Login: bit.ly/3orDeAH
@@LazyTechNo Thank you!
I hope I can add more than one unlike
Isn’t it working ?