I am using Flurry Ads in my application and its working nicely
now my question is when flurry ads will come it shows only video Ads, can I see Ads like iAd or RevMobs Ads
plz any help will be appriciated
Thanks in Advance
I got my answer If we create an ad space, there we can set our ad space with Banner_Bottom, Banner_Top and Full Screen and in the code we can set
[FlurryAds fetchAdForSpace:#"adSpace" frame:self.view.frame size:BANNER_BOTTOM];
and we get only ads like iAd and RevMobs
Related
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
I have created a mediation group on admob with admob ads and Facebook Network Audience. However, the admob ads are showing, but for the Facebook Network Audience, it says "optimisation in progress". I do not know how to solve this problem, any help will be great. Thank you!
Simple query, I developed a game in unity, and successfully setup unity rewarded video ads. This brings up videos ads of other games and such. What I'd like to be able to do instead is setup an ads placement, whether video, interstitial or banner ads in my game and then have a remote dashboard where I can choose which ads show up on the ads spaces in the game and not just some random ads. What approach would be used to implement this please?
You technically cannot place your own ads on your own Games.
A better Alternative is :
Place Images of you other Games in the Game you want to have your ads. This is a better option as it allows you to place the Banner Image of your game At the Loading Screen or something, and it will be Free.
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.
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