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
Related
I am working in Unity 2020.3.13 using the Google Mobile Ads SDK v6.0.1 package running banners, interstitials, and rewarded ads. My Admob account is in fine standing and has other apps showing real ads without issue, and none of the Admob Ids described below were recently created.
In the Unity editor everything shows as a test ad even though I have set the real app ID and Ad Unit IDs from Admob. The problem is that once the app builds in Xcode the banner ads show as real ads, while the rewarded ads show as test ads still. I have double and triple checked the Ad Unit IDs they are all correct. Any ideas why I am seeing real ads for banners but test ads for Rewarded?
Some where in your code you've added your device as a test device or you are testing using emulator.
To verify this use another phone that you did not use before.
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 am using the latest admob SDK(V 6.2.1) for ios. Ads are not shown on ios6 and gives an error Request Error: No ad to show.
This happens only on ios 6 even if test mode is set to YES or NO. Ads are working fine on versions lower than ios6. Is there any solution for this?
Test mode doesn't work on iOS 6 devices as per this forum post.
If you want to get test ads to show up, you will have to use testDevices and pass in the ID you get from the AdSupport library (instructions here).
If you want to test your ad click flow though I'd take the forum post's suggestion and create a house ad campaign fully allocated to a test publisher ID, and use the test publisher ID into your applications to test.
I just released an app into the app store with iAds, however the app is still only showing the test ads. But the thing is it says "live" on itunesconnect. What is wrong with my ads?
Do you have a developer preview of iOS 6 on your device? That could always be a potential problem causing you to see iAd test ads.
I want to show advertisement through AdMob. I got AdMob SDK from google document. But, i just confused that to get Publisher id. I read some blogs include google document, gave a way to get publisher id Link is http://www.admob.com/my_sites/.. But, now my iphone application is in developing stage, how do i know my app stoer link? Then how can i get Publisher id? and Where i can give advertise for AdMob? How can i test AdMob in iPhone Simulator and Device? I got a sample code from google site Link is http://code.google.com/mobile/ads/docs/ios/intermediate.html#testdevices. They gave a sample code,
GADRequest *request = [GADRequest request]; request.testDevices = [NSArray arrayWithObjects:
GAD_SIMULATOR_ID, // Simulator
#"28ab37c3902621dd572509110745071f0101b124", // Test iPhone 3G 3.0.1
#"8cf09e81ef3ec5418c3450f7954e0e95db8ab200", // Test iPod 4.3.1
nil];
i implement this code in my app error through like 'testDevices' something structure or union.. Can you please help me friends... Thanks to spent your valuable time with me..
Please help me friends....
I solved my AdMob problem. I got my publisher id by this way
Login your AdMob account
Go to Sites&Apps.
View your sites given below, which are developed by you.
Just move curser to the app or site, two boxes will show named as Reporting and Manage Settings.
Hit Manage Settings and view your Publisher id there.
Note: Your iphone or iPad name and your admob app name should be same. Then AdMob will run on simulator also.