How can i add ads in flutter, without admob? - flutter

Hi everyone i have a problem with my admob account. Since 2-3 months i can’t log in and i think it never works for me. I need a mobile ads. Is there anyone using mobile ads other than admob?

You can use Huawei Ads Kit Flutter plugin: https://pub.dev/packages/huawei_ads

Related

How to integrate Facebook Audience Network using ad mediation (without Admob) in Flutter?

I am new app development.
I integrated admob in my flutter app but unfortunately I was banned from admob.
Now I decided to go with Facebook Audience Network (FAN).
FAN now only allow Meditation and I couldn't find any flutter tutorial on YouTube for FAN integration with other mediation partners.
Anyone please guide me on this.
Thank you.
When you mediating one network. You need to show ads with one mediation platform.(Admost/MoPub/ironsource..etc)
FAN approved platforms..
Secondly, You need to check which platform is supporting Flutter repository..
While choosing platform you need to check which Platform giving Flutter Repository for Banner, Interstitial, Native Ads. Because with this repository you are going to show FAN ads in Mediation platforms (Admost/moPub/ironsource..) placements.
and then add this dependency of FAN in your Android Gradle..
Thirdly, After Implementing (Admost/mopub) Code in your App..
Finally.. You need to add your FAN ads ids in (admost/mopub) account for in mediation options..
Don't forget to use similar ads(Banner=Banner) type id for mediation placements..
And you also dont need FAN repository in Flutter..

Implementing admob mediation with Facebook audience network inside flutter apps

I have my flutter app on both google playstore and apple appstore with ads implemented using facebook_audience_network
But "Facebook Audience Network will only use bidding to fill ads in iOS apps from 31 March.
"
So i would like to use admob (as they have more documentation) as a mediation with my existing ads in Facebook audience network. But being a novice coder i'm finding it hard to do what's needed as both facebook and admob(for mediation) have their documentation for android/iOS specifically.
It'll be a great help if someone can guide me on how to achieve it.
Also, one need to set the "Advertising tracking enabled" flag to continue effectively monetising your iOS apps. This will inform Facebook whether to use the data to deliver personalised ads.
It'll be a great help if someone can guide me through this. Thank you.

Google AdMob not showing ads in real time in Flutter App

I developing a Flutter and added Google adMob to my app. While intializing admob I used appId and used adID also in required places But the realtime ad was not shown. In debug console it says something like ad not loaded error 3. On searching internet some suggested to install the apk of a release version. I also tried it and nothing works.
My code just works fine for testAds but not for the real-time ads.
When I change testDeviceAd to my adId it doesn't show anything.
My account has be also approved by admob. What's the reason for this?

Google ads in iPhone app

I want to integrate Google ads in my iPhone native app. So, can you please give us some procedures so that I can test with some demo testing (Not the paid one).
I checked out with this
Grow revenue by selling ads on your mobile app
Kindly help me to get this done.
regards,
Siddhesh.
Have you tried this
Admob integrate in your iphone application
If you mean Google Adsense by that, this is not working. You aren't allowed to include google adsense ads in mobile native applications.
But even better would be the iAds by Apple, which are especially for iOS apps.

How to get Real Ads by Admob into iphone

I am getting the Test Ads everytime in my iphone from Admob Service.
I want to get the real Ads.
I have tried the following but doesn't seem to work.
-(BOOL)useTestAd
{
return NO;
}
I have ios SDk 4.2 in my Mac.
How can I get real Ads?
Thanks.
First of all you need to have an Account in the Admob site.
Then you need create(register) an App in your account. Then you will get a publisher id.
you have to use that publisher id in the code at some place in the Admob sdk file or some where else.
Then you will get the real ads.
All the best.
Regards,
Satya