adwhirl

Android: AdWhirl cannot find AdMobAdapter

Using AdMob by itself works perfectly. Using AdMob through AdWhirl causes the following problem: 23114 dalvikvm I Failed resolving Lcom/adwhirl/adapters/AdMobAdapter; interface 144 'Lcom/admob/android/ads/AdListener;' 23114 dalvikvm W Link of class 'L...

Quadruple the size of every iPhone app... just to display simple banner ads?

Has anyone had any luck using AdMob or AdWhirl to put ads in their iPhone apps? AdMob admits it makes apps HUGE. (often increasing them to QUADRUPLE their original size) Does anyone know why so much massive code must be included over and over again... inside every app I write... just to display some simple banners and count them???? ...

Setting up AdWhirl open server

Hi,We are facing some issues to set up the open source adwhirl server. In the README instructions they say "Now, you'll need to change the utility class and change the server location, include your AWS keys, and any other specific configuration you desire." But I am not sure what does they mean by server location. By default AdWhirlUtil....

Android AdWhirl & AdSense 3.1

AdSense (Google AdSense SDK 3.1) alone works fine in my app. When I use AdWhirl I see in my Log always: :WARN/AdWhirl SDK(562): AdSense company name and app name are required parameters How do I send this params right so also AdWhirl transfer it to AdSense?? (I didn't delete the params I used for ONLY ADSENSE.. so they are still ...

AdWhirl and Admob

Hello guys! I have downloaded the latest AdWhirl and AdMob SDK. Read and done with the instructions in the AdWhirlSDKInstructionsforiPhone.pdf I have the following errors: 1. AddRunningClient starting device on non-zero client count 2. Unable to fill ad request. This is a common situation. 3. <AdMob> Must implement required method -cu...

Method For AdWhirl To Tell My App When An Ad Is Clicked

Hi, I'm starting to use adwhirl to display some ads in an app that I have. Previously I was using just iAd and I was using the bannerViewActionShouldBegin:willLeaveApplication: to tell when the user clicked on the banner so I could do a little bit of custom logic. I haven't been able to find a way using adwhirl to get a notification tha...

iAds displaying portrait in landscape orientation from start

I got this iPhone app where I use AdWhirl to change between a number of ad networks. Now when iAds gets its turn in and the phone is in landscape orientation before the ad shows it will display the normal portrait iAd. If I then turn the phone to portrait and back to landscape it shows the correct longer and thinner landscape version of ...

Ad requests never filled with AdMob

Well, I get this message all the time using AdWhirl: Unable to fill ad request. This is a common situation. I think it's from the AdMob network. I also have a couple of other networks (registered yesterday) and I never seem to be getting any ad requests filled. In test mode it does work though. Now is this common and will it pick ...

admob for android

i follow all the instruction but my ad doesn't appear on my app. My app is already on the market, i configure admob and adwhirl, and it's say it's active, but i can't do it. Can somebody help me ? ...

Beginning Android Programming - Adding Ads to the App

Okay, so I recently completed most of my first app for android. It's almost ready for the market, but I'd like to put in ads. I have installed and registered with AdWhirl, but I cannot figure out how to actually make ads show up, based on their instructions. I have found a few resources out there that help somewhat (such as http://malsan...

Live iPhone app not showing ANY adWhirl ads

Hi, I implemented adWhirl ads in my iPhone app. During testing ads showed great from all networks, including house ads. I released the app, I have active users (because they submit high scores) But... No income showing in network reports and when I use the app, no ads show. Did I forget to flip a switch somewhere? Thanks! Hanaan ...

Ads aren't showing in android app

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...

AdWhirlLayout problem.

I have this in my main.xml <com.adwhirl.AdWhirlLayout android:id="@+id/timer_ads" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_alignParentBottom="true" /> And it always results in Binary XML file line #117: Error inflating class com.adwhirl.AdWhirlLayout and another interest...

EXC_BAD_ACCESS Crash when displaying AdWhirl ad on iPhone

Hi, I am using AdWhirl in my app and got a suspicious crash mid-game. It appears to crash in the animationDidStop:finished: function which I didn't create. Could this be a bug in AdWhirl? I can't find this file referenced in the log: (MMHTMLAdView.m:123) This is the log: Date/Time: 2010-10-21 09:54:14.861 +0200 OS Version: ...

Need help for AdWhire(admob) about "Unable to fill ad request. This is a common situation"

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...

adwhirl error: AdWhirlAdapterCustom webBrowserClosed

-[AdWhirlAdapterCustom webBrowserClosed:]: message sent to deallocated instance 0x7408a90 This is the full error message I get. My setup is the following: - (void) viewDidLoad { self.adView = [AdWhirlView requestAdWhirlViewWithDelegate:self]; self.adView.autoresizingMask = UIViewAutoresizingFlexibleWidth; [self.vie...

iAds crash in AdWhirl

I'm implementing AdWhirl for the first time, and it is using iAds, AdMob, and MillennialMedia. AdMob and MillenialMedia seem to work perfectly fine. iAds load, display, and refresh just fine in my PlayViewController, but when I click the back button to go out to the main menu, the simulator crashes, with no error printed to the Console...