Questions tagged [adwhirl]

AdWhirl is an open source mediator that enables one to serve ads in an app from any number of ad networks as well as one's own house ads. By using multiple networks, one can determine which perform best for the particular app and optimize accordingly.

201 questions
1
vote
1 answer

Scrollbars showing with AdWhirl ads?

There's horizontal scrollbar for AdWhirl ads on my Nexus S 2.3.2 Admob ads are OK. I gave all width to AdWhirl but ads are too long. Is there solution to set preferable ad size? I tried to change AdWhirl layout size but I received the same ads…
Max Grigoriev
  • 1,021
  • 2
  • 13
  • 29
1
vote
1 answer

AdMob error: Ad must be ast least 728x90

I'm integrating AdWhirl into my iPad app. The AdMob help site says the sizes of their tablet ads includes 728x90 (http://helpcenter.admob.com/node/423/). When I make my request to AdMob (via AdWhirl) I request ads that are 728x90. AdWhirl doesn't…
Kenny Wyland
  • 20,844
  • 26
  • 117
  • 229
1
vote
2 answers

How to detect if AdWhirl ads failed to load?

How do I detect if an ads fail to load so I can replace the ads view container with something I can show the user. Right now if no ads load my view container just display a black rectangular.
Teo Choong Ping
  • 12,512
  • 18
  • 64
  • 91
1
vote
2 answers

Android admob and Adwhirl integration

I am trying to add addwhirl in my app but I doesnt show up any ads, I am doing following things Manifest.xml
ingsaurabh
  • 15,249
  • 7
  • 52
  • 81
1
vote
1 answer

AdWhirl eats up all space of listview

I've an Activity with a vertical linearlayout containing images, buttons, listview and adwhirllayout. All have for their height wrap_content and the listview has weight="1" to force it to use all remaining space. This works fine as long as the…
Tin
  • 699
  • 1
  • 6
  • 19
1
vote
0 answers

AdWhirl iAd rotation problem

I integrated Adwhirl into my app and activated iAd only. My app is in landscapeleft mode and I want to have all Ads in 320x50(48) mode. I managed to rotate the banner view and the iAd looks right.I did this in the following way: AdWhirl *adView =…
Kerry
  • 119
  • 1
  • 7
1
vote
1 answer

Adwhirl SDK always return 'Networkname - failure'; Adapter, calling handle, everything fine

Hey guys, sry, my third question belonging to this topic, but it doesnt start to work. This is my result... each and every time. (all jars / adapter included) - also it results with 'Valid Adapter, calling handle' but it also always say…
cV2
  • 5,229
  • 3
  • 43
  • 53
1
vote
1 answer

Adwhirl - Millenial Ads - Unsupported ration type

this is my second question related to ads, i'm really sorry, I've searched the whole web for the last 2 weeks now, didn't find a solution, maybe together we find something :=) With the use of Adwhirl SDK I'm n*ot able* to display ads from any other…
cV2
  • 5,229
  • 3
  • 43
  • 53
1
vote
1 answer

Creating a subview that stays on screen regardless of viewController

Is there a way that I could create a subview that will stay on the screen even as the user moves back and forth between the different viewControllers in the app? I have a game where each level is a separate .h/.m/.xib viewController, but I would…
RanLearns
  • 4,086
  • 5
  • 44
  • 81
1
vote
2 answers

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…
Leon
  • 11
  • 3
1
vote
2 answers

EXC_BAD_ACCESS Crash when displaying AdWhirl ad on iPhone

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…
Hanaan Rosenthal
  • 1,359
  • 1
  • 11
  • 20
1
vote
2 answers

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…
sebrock
  • 1,214
  • 2
  • 15
  • 32
1
vote
1 answer

AdWhirl and Admob

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…
Infinite Possibilities
  • 7,415
  • 13
  • 55
  • 118
1
vote
1 answer

iAd only available in specific countries

I have setup a testing application with an Ad Banner. The ad banner is setup using AdWhirl where I use iAd and AdMob. The application works fine and runs without errors. I am now looking to setup iAd only for the specific countries it is available…
StuartM
  • 6,743
  • 18
  • 84
  • 160
1
vote
1 answer

RootViewController in old AdWhirl tutorials (cocos2d)

I am trying to implement AdWhirl in my cocos2d app (2.1 version), but al tutorials are using "RootViewController.h". Was it removed from 2.x versions? What should I use instead of it? This tutorial for example…
Mathemage
  • 315
  • 4
  • 13