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
1
vote
1 answer
IAD/ADBannerView_Deprecated.h file not found issue in adwhirl sdk
I have integrated adwhirl in my application, its working fine in simulator 5.0 but is shows error in simulator 6. But i fixed that issue in simulator 6.0 by include the header file "IAD/ADBanner_Deprecated.h" but in simulator 5.0 its showing error…

Ganapathy
- 4,594
- 5
- 23
- 41
1
vote
2 answers
Adwhirl gives error inside navigation controller
I have an adwhirlview in my navigation controller at the "2nd page" so it's root -> adwhirlpage.
The showing of the banner goes great, but if I pop the navigationcontroller back to root, after 20 secs or so, the debugger gives me an error:
…

coderjoe
- 137
- 2
- 16
1
vote
2 answers
Why isn't AdWhirl displaying ads when it fetches okay?
Following the Ray Wenderlich tutorial, I've incorporated the latest AdWhirl folders, deleted the adapters I'm not using, setup an account with iAd, uploaded a few house banners, configured the AdWhirl delivery and implemented the retrieve/display…

Jim Rota
- 1,781
- 2
- 16
- 21
1
vote
1 answer
How to avoid making every viewController an adWhirl delegate? (is there an AdWhirl design pattern)
Background:
I asked a question last week about using adWhirl across multiple viewControllers but unfortunately I'm still not getting it.
I took the suggestions and now use one adWhirl instance, created in the app delegate, in each viewController but…

spring
- 18,009
- 15
- 80
- 160
1
vote
1 answer
Android, Is there any adwhirl selected ad loaded event?
I would like to know when an adwhirl advert has been clicked on and the advert selected has been loaded into the browser. Is it possible to do this? If so How?
I have tried an onInterceptTouchEvent event handler in a custom adwhirl layout to at…

jamesc
- 12,423
- 15
- 74
- 113
1
vote
1 answer
AdWhirlView: getting adWhirlConfigDidReceiveConfig callback from unknown AdWhirlConfig object
I have navigation controller in my app. When my app launches then in firstViewController ads showing properly. When I select any row on firstViewController then I am pushing secondViewController. When secondViewController is loaded , I can see ad on…

iOSAppDev
- 2,755
- 4
- 39
- 77
1
vote
1 answer
What should I do if app didn't receive any ad from adWhirl in iOS
I am integrated adWhirl in my iOS app successfully. I read in Apple docs that , if your app don't have any ad to show then you should hide banner. But in case of AdWhirl it is written in FAQ of AdWhirl
Does the AdWhirl SDK check network…

iOSAppDev
- 2,755
- 4
- 39
- 77
1
vote
2 answers
Add AdWhirl view to a tabBarController
I am trying to add an Adwhirl view to the top of my current iOS application. The application is composed of five different views, which are all under the control of a single TabBarController. can anyone write a brief tutorial that shows the code…

Kizik Studios
- 179
- 2
- 12
1
vote
2 answers
NoClassDefFoundError: AdWhirlLayout
i checked similar question on the forum, but couldn't get it to run.
Finally i removed everything not needed to focused on the error and i left with that chunk of code. But it's still crashing with a NoClassDefFoundError at the
AdWhirlLayout…

user950117
- 117
- 4
- 12
0
votes
1 answer
Adwhirl not showing ads in released version on app store
I made my first application called ImgurViewer and added adWhirl to it. During testing I could see ads show up but when I released the application, ads don't seem to show up in that app store version. I don't get why this would happen.
I can see ads…

Varun
- 31
- 1
- 8
0
votes
1 answer
MdotM failure with adwhirl
I used Adwhirl_3.1.1 (admob+inmobi+mdotm) for may app and everything works fine except MdotM...The log appears as follows...
D/MdotM SDK (MdotMView)( 3656): HTTP/1.1 200 OK
D/MdotM SDK (MdotMView)( 3656): Neglecting, Invalid AD response.
W/MdotM SDK…

Sabari
- 51
- 4
0
votes
1 answer
AdWhirl causes IllegalStateException
I am trying to add AdWhirl to my app, but I decided to start out with a simple "HelloWorld" to make sure I know what I'm doing. Sure enough, I don't... I got this code from the AdWhirl Android SDK Setup page, but when I try to run it, I get this…

Stephanie
- 129
- 3
- 13
0
votes
2 answers
adwhirl layout not working
I'm trying to get adwhirl native ads into my app.
I've set it up correctly as far as i can tell, and i can see i'm receiving my housead through adwhirl.
But it's not showing anywhere. the logcat tells me its rotating every 15 seconds as…

Havihavi
- 652
- 1
- 9
- 26
0
votes
1 answer
Fullscreen ad causing keyboard to not appear
My iOS app sometimes displays a Greystripe fullscreen ad on startup. If this ad shows, then when I dismiss it, later I will tap a textfield in a UIWebView but the keyboard won't show up. However, if the Greystripe ad DOESN'T appear, then all is well…

user1221973
- 21
- 1
- 4
0
votes
1 answer
Adwhirl android cant parse JSON
Hi im getting a error saying that adwhirl cannot parse json response
Im trying to load my ad into a AdwhirlLayout as stated in the documentation but it just says to me it cannot parse the json data.
02-13 16:00:20.260: D/AdWhirl SDK(13928):…

sn0ep
- 3,843
- 8
- 39
- 63