I did leave out one important piece for android (audio stopped working so I removed the clip). Be sure to add the meta-data tag to your AndroidManifest file with your apps ID, similar to what we did for info.plist. You can find the snippet needed on the pub . dev page for this package.
if error at declaring _ad an isLoaded variables then just declare like this late BannerAd _ad; bool isLoaded=false; in initState Future.delayed(Duration(seconds: 1), () => _ad.load());
Hi Dong! I just finished editing exactly that! Check out the channel tomorrow to see that tutorial. What you are thinking of is called an "Interstitial Ad".
Hey love your channel! Is there a chance you could make a short video about how to implement the app tracking transparency for apple! People have huge revenue cuts… I think many of us need that and there is absolutely no tutorial on UA-cam !
bro please can do a video tutorial about interstitial, and the part that I don't understand is when user will close ads how to go to next activity, please can do a tutorial about it, on AdClosed : go to another activity , thanks
In the old adMob package I was able to add the ad.show() function to the onPressed of a button then pop to the next route. The interstitial would be an overlay and once it was closed would automatically be on the next route. This was the old package so I am not sure if it still works in the same way. Hope it helped!
@@someonewhocodez thank a lot but I am a beginner in flutter, I saw your channel and if you wish you can do a video about it and will be so helpful for all beginner like me if you have free time
@@ergi5664 I will be putting out a video with more detail about this but here is the link to the Github source code - github.com/some-one-who-codez/interstitials
Hi Gramos, I'm guessing you've already figured out how to use them by now, but I've got a video coming out tomorrow on Interstitial ads and how to use them in your app!
The setup for native ads are slightly different from a banner ad. I’d suggest going through the documentation of the package for an example on implementing the native ad.
As far as I know, the package doesn't support using keywords to better tailor ads. There are however settings to change ads that should be for kids as well as setting different maturity ratings for ads such as E, T, M, etc. in a similar way to how video games are rated.
I have this error error in loading : LoadEd Error(code: 3, domain: com.google.android.gms.ads, message: No ad config., responseInfo: ResponseInfo(responseId: null, mediationAdapterClassName: , adapterResponses: [])) what should I do? I am using my id and banner id from my account
Hey very informative video but I have one doubt ...its that how can I get real ads ?if I connect my physical android to my Mac by cable , will I get real ads on my device?
What yo were seeing is going to generate real ads when you deploy. And yes, you will. But when you're testing you should use their test ad Ids instead of the real ones and then when you're ready to deploy you can use the real Ids again.
I have a video coming out tomorrow on interstitial ads. Not exactly what you're wanting, but the setup and usage is the exact same as a reward ad! So I hope you find it useful.
I did leave out one important piece for android (audio stopped working so I removed the clip). Be sure to add the meta-data tag to your AndroidManifest file with your apps ID, similar to what we did for info.plist. You can find the snippet needed on the pub . dev page for this package.
Sure thanks. Please guide how to stop showing ads for some time after watching rewards ad.
Thank you for the tutorial. Clear, concise, and easy to understand.
if error at declaring _ad an isLoaded variables then just declare like this
late BannerAd _ad;
bool isLoaded=false;
in initState
Future.delayed(Duration(seconds: 1), () => _ad.load());
Hope you get many recognition in the UA-cam community
that was awesome dude, thanks
Thank you for the upload.
Very informative, helped me a bunch!
subscribed
Nice Video! Easy to follow. Can you do a tutorial for fullsized ads as well? The ones with timer to skip
Hi Dong! I just finished editing exactly that! Check out the channel tomorrow to see that tutorial. What you are thinking of is called an "Interstitial Ad".
Where i get my factoryId for native ads?
Thanks dude.
Hey love your channel!
Is there a chance you could make a short video about how to implement the app tracking transparency for apple!
People have huge revenue cuts…
I think many of us need that and there is absolutely no tutorial on UA-cam !
Can we use borderRadius for custom ads shape?
Hi, do we need to add any implementation in the gradle file?
Yes you do
Please make a video on Native ad.
bro please can do a video tutorial about interstitial, and the part that I don't understand is when user will close ads how to go to next activity, please can do a tutorial about it, on AdClosed : go to another activity , thanks
In the old adMob package I was able to add the ad.show() function to the onPressed of a button then pop to the next route. The interstitial would be an overlay and once it was closed would automatically be on the next route. This was the old package so I am not sure if it still works in the same way. Hope it helped!
@@someonewhocodez thank a lot but I am a beginner in flutter, I saw your channel and if you wish you can do a video about it and will be so helpful for all beginner like me if you have free time
@@ergi5664 I will be putting out a video with more detail about this but here is the link to the Github source code - github.com/some-one-who-codez/interstitials
Hi Gramos, I'm guessing you've already figured out how to use them by now, but I've got a video coming out tomorrow on Interstitial ads and how to use them in your app!
Thanks for great contents
Thank you for the guide. You just could have try the test ads, it would be more easier for beginners like me, indicator feels like didn't work.
Very true! It’s actually recommended to use test ads prior to deployment. Thanks for mentioning that!
thank you
very useful video
Thanks a lot !!
Unhandled Exception: PlatformException(NatvieAdError, Can't find NativeAdFactory with id: adFactoryExample, null, null)
The setup for native ads are slightly different from a banner ad. I’d suggest going through the documentation of the package for an example on implementing the native ad.
Hey, good video.
Can you tell how to use keywords in Google mobile ads?
As far as I know, the package doesn't support using keywords to better tailor ads. There are however settings to change ads that should be for kids as well as setting different maturity ratings for ads such as E, T, M, etc. in a similar way to how video games are rated.
@@BleylDev Thank you very much
nice video :) but I have a question how many days you can add IOS app in admob after you puplished it appstore connect >?
Great question, and I’m actually unsure on the answer. I’ll look around though
Bro im getting error.. Which is method adlistner is not defined... Why.. Where to define
use 'BannerAdListener()' instead
I have this error error in loading : LoadEd Error(code: 3, domain: com.google.android.gms.ads, message: No ad config., responseInfo: ResponseInfo(responseId: null, mediationAdapterClassName: , adapterResponses: [])) what should I do? I am using my id and banner id from my account
create a release apk and try in another device and it will work error code 3 means there are no ads in inventory to fill that or you can use test ads
Hey very informative video but I have one doubt ...its that how can I get real ads ?if I connect my physical android to my Mac by cable , will I get real ads on my device?
What yo were seeing is going to generate real ads when you deploy. And yes, you will. But when you're testing you should use their test ad Ids instead of the real ones and then when you're ready to deploy you can use the real Ids again.
plzz make video on reward ads
I have a video coming out tomorrow on interstitial ads. Not exactly what you're wanting, but the setup and usage is the exact same as a reward ad! So I hope you find it useful.
Pls make the video for the new http depencey
Wow super