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.
Questions tagged [adwhirl]
201 questions
0
votes
2 answers
Adwhirl causes my Android app to crash?
i have a very simple setup for my app in order to test adwhirl
import android.app.Activity;
import android.os.Bundle;
import android.view.ViewGroup.LayoutParams;
import android.widget.LinearLayout;
import android.widget.RelativeLayout;
import…

vasion
- 1,237
- 3
- 18
- 29
0
votes
2 answers
How to implement Ads in an iPhone Application so as to avoid reloading of ads in all the views?
Ok, i've this multi view IPhone application in which i've integrated adWhirl ads. That's the good news. The bad news is that i've literally implemented the adWhirl ads in each view controller, which means every time a view is pushed a new adWhirl…

Tobias
- 579
- 1
- 5
- 15
0
votes
2 answers
AdWhirl Implementation error
I have a blank xcode document and trie to implement AdWhirl, when I buld it, I have this errors.
Undefined symbols:
"_SCNetworkReachabilityScheduleWithRunLoop", referenced from:
-[AWNetworkReachabilityWrapper scheduleInCurrentRunLoop] in…

noctambulo
- 11
- 1
0
votes
1 answer
Missing AdMobDelegateProtocol.h when building with AdWhirl on iOS
I downloaded the latest AdWhirl and AdMob SDKs a few days ago, followed the iPhone installation instructions for both and ran into this error while trying to build:
AdMobDelegateProtocol.h: No such file or directory in…

jinushaun
- 136
- 1
- 2
0
votes
3 answers
Adwhirl + inMobi Problem in Android
I am trying to use inMobi(ver 2) through Adwhirl(2.6.3) on my Android(2.2) application.
But I am recieving an odd problem.
Do you have any idea what is wrong?
Here is the stack trace:
03-21 21:33:39.656: VERBOSE/inmobiandroidwebsdk(30457):…

Avi Y
- 2,456
- 4
- 29
- 35
0
votes
1 answer
adwhirl, admob failure over wifi
Everything is working fine in 3g mode the advertisement is correctly shown but as you can see from the Title when I connect my phone via wifi a got always the same response:
02-09 18:58:47.790: INFO/AdMobSDK(10151): No fill. Server replied that no…

Adelchi
- 63
- 2
- 6
0
votes
1 answer
AdWhirl and AdMob folder URL
Where can I find/download the "Admob folder" referred to in the requirements of Adwhirl's support of Admob in iOS?

Ken
- 30,811
- 34
- 116
- 155
0
votes
2 answers
AdWhirl implementation in iPhone Cocoa touch
i'm starting to implement AdWhirl in my application. i follow the instructions which is belong to adwhirl but i cant see any ad in my application.i add the following methods in my viewcontroller class
- (void)viewDidLoad {
[super viewDidLoad];
…

Srini
- 387
- 1
- 13
- 27
0
votes
1 answer
Problem with implementing Adwhirl
Okay so I put in the adwhirl jar and permissions and all that and I add the the layout to my main xml and added the java stuff, I have no errors or warnings so I am very confused on what I am doing wrong. Here is my source code, layout, manifest,…

Christian
- 958
- 5
- 23
- 52
0
votes
2 answers
iOS Development: Adding Greystripe ads to my app via AdWhirl is causing a crash
One of my free apps is making enough ad requests to cause really low fill rates, so I decided to add another ad network alongside iAd and Admob to my app. With AdWhirl, this is a very easy process. You drop the Greystripe SDK folder into XCode and…

BeachRunnerFred
- 18,070
- 35
- 139
- 238
0
votes
1 answer
iAd * InMobi ads are failing to return via AdWhirl. But why?
I'm just getting started with AdWhirl (though i'v ebeen using iAds for a while).
I added iAd and InMobi support, as well as In-House ads.
I have an NSLog on the adWhirlDidFailToReceiveAd delegate method.
Here i can see that it fails twice (for iAds…

AlvinfromDiaspar
- 6,611
- 13
- 75
- 140
0
votes
2 answers
AdWhirl not rendering Android
I am using Adwhirl first time in our apps but no joy.. Adwhirl supplied this demo code but it prompt an error "java.lang.ClassCastException: android.widget.LinearLayout" on selected line below please
AdWhirlManager.setConfigExpireTimeout(1000 *…

Yousuf Qureshi
- 498
- 2
- 7
- 21
0
votes
1 answer
Adwhirl Layout issue
I am currently using admob for a couple of my apps. This seems to work well, except the fill rates can get down to as low as 78%. So I decided to signup for AdWhirl.
So, I followed the instructions, what they are, on the setup instructions page…

Phobos
- 9,447
- 3
- 25
- 30
0
votes
1 answer
Adding adWhirl view with a MKMapView
I am trying to implement an adWhirl view in the same view as one that has an MKMapView object. If I follow the standard steps that work fine with my tableViews, that is
awView = [AdWhirlView requestAdWhirlViewWithDelegate:self];
[self.view…

LancDec
- 70
- 2
- 7
0
votes
2 answers
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…

RanLearns
- 4,086
- 5
- 44
- 81