Hello!
I am trying to implement an AdMob ad in my app. I have done everything, but I just get a blank 48 x 320 view.
Here's what I'm doing:
1). Add all the frameworks and AdMob files
2). Open a view's .xib and add a view (320x48) and an NSObject there. Then put the NSObjects class to AdViewController. Then connect the two outlets (1 ...
I have an app with Admob ads on it but I find that when I use it the ad almost never refreshes because I don't change activities, instead I just update a text view when buttons are pressed. I have tried searching this on Google but keep comming up short.
I would like to tell the app to refresh the add occasionally, such as after two bu...
I'm sure this is a stupid question, but I can't find a link anywhere and their wiki just says "Copy the AdMob Jar file into that libs directory." but not where to get it.
...
Hi all, I'm adding AdMob ads (say that five times fast) to my finished, published Android app. I added the code from the PDF included with AdMob, following their instructions to a tee. The test ads show up fine on my emulators and specified test devices. They just don't appear in the published marketplace app when you download and run it...
I'm getting an odd error in my console when running my app sometimes:
ImageIO: ERROR - MetadataLib.dylib not found
I'm not sure what this is related to, but I am running AdMobs ads.
...
I'm attempting to ad AdMob to an iPhone app as a backup for iAd, unfortunately, I can't follow the documentation. It's telling me to add the 'MediaPlayer' and 'MessageUI' frameworks, but they don't appear to be present -- I can add a number of other frameworks, but those two are AWOL.
Please note that I can add any number of other fram...
I uploaded an application in the Android Market yesterday, I'm recieving house ads on my application and occasionally I also receive 3rd party ads (Checked on my phone). But my AdMob developer dashboard says my status for this Application is inactive. I have disabled test ads on the server side and also in my code. I have more than 400 u...
I qadrouple checked phone Id. Still does not work. What, besides of phone Id, is the difference betwween running on the Emulator and on the phone?
Thx,
...
I am developing android apps, and I want to start giving them away for free. I am wondering what the easiest way to put ads in the apps is, and what way is the best? I am signed up for Google Checkout, AdSense, AdMob and AdWhirl.
I have been trying to put ads in my app for two hours now with AdMob/AdWhirl and I can't get it. So I suppos...
Hello!
Admob code cant see on device.
i followed the instructions here: http://www.admob.com/docs/AdMob_Android_SDK_Instructions.pdf
everything ok, but the 6. not clear for me
"Step 6
When integrating AdMob ads into your application it is recommended to use test
mode. In test mode test, ads are always returned.
Test mode is enabled o...
I added test ads, and everything ok, but how to add REAL ADS on my program?
...
I am using AdWhirl for my ads and they aren't showing in my app when I run it in the emulator. I heard it sometimes takes a while, so i left it for 10 minutes but still nothing. I have disabled AdSense just to see if it would work with just AdMob, but it didn't help.
In my DDMS it shows this:
It shows the same when AdSense is enabled...
How to read real add on android device.
The sample add are appear on the emulator but when i try it on real device it does not work.
please help me, what i am doing wrong, reply.
thanks in advance
...
Good evening.
I am currently developing an application and decided to try Admob ads.
Unfortunately after following Admob's guide (pretty simple one, good job on that) I get no ad, whether I run it on the emulator or on my phone (HTC Desire). The weird part is that the ad has shown a couple of times (i really mean just a couple of times)...
I've seen the Mario live wallpaper uses admob ads in the settings screen, but I haven't been able to do it myself. If I put the adview into the settings.xml like you would with a normal layout I get a class cast exception.
Here's a screenshot of the mario live wallpaper to illustrate what I'm trying to do.
...
Hello Guys,
Now I am doing the adwhirl development. When downloaded the latest AdWhirl and AdMob SDK. Read and done with the instructions in the AdWhirlSDKInstructionsforiPhone.pdf, I receive below error message.
2010-10-25 23:52:20.774 iAdWhirle[2017:207] Unable to fill ad request. This is a common situation.
2010-10-25 23:52:20.825...
I am trying to integrate Admob to android, i end up with no success. The Document says Need to Provide DeviceID to get Ads for Real Devices.Could you please Help me about this. But I m getting ads in the Emulator by setting AdManager.TestEmulator.
...
Hi,
I had done with admob implementation in my app..but when i integrate any add programatically it will give me following error
"_OBJC_CLASS_$_CJSONDeserializer", referenced from:
objc-class-ref-to-CJSONDeserializer in libAdMob.a(AdMobAd.o)
objc-class-ref-to-CJSONDeserializer in libAdMob.a(AdMobSearchViewController.o)
obj...
We are using openx to serve ads. However there are times when we don't have enough Ads and would like to serve admob Ads. Is there an openx - admob integration that allows us to setup a banner or zone that will just call out to admob?
...
I am new to programming in android. I have followed instruction and create a admob banner. How can I make it appear at certain intervals, and make it disappear if I want to? For example the admob banner can goes up and down at the bottom of the screen whenever it wants to.
Thanks.
Edit:
I know that i can call adView.setVisibility( Vie...