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
2
votes
1 answer

Admob via Adwhirl: Not enough space to show ad! Wants: 480, 75, Has: 480, 0

I have searched around and cannot seem to find an answer to an answer to this issue that works. The error I get is "Not enough space to show ad! Wants: 480, 75, Has: 480, 0" It seems that for some reason my ad has no height available. This runs on…
2
votes
1 answer

Jan 2013 - Admob AND AdWhirl?

I have read through lots of questions but they are all outdated and I know something went on where admob stopped adwhirl using it's ads or something. I want to know if it is possible to have my new android app have both adwhirl and admob in it at…
2
votes
0 answers

Allowing for Regional Mobile House Ads

I have a mobile app that allows the user to select what city/region they're in. I have implemented AdWhirl to maintain house ads, but there doesn't seem to be a way to specify the concept of region. Is there a way to maintain regional house ads that…
2
votes
2 answers

Expected expression before '@' token main.m

I added a GoogleAdMobAdsSdkiOS-6.1.4 SDK to my cocos2d app in order to integrate AdWhirl. When I added this Google SDK I got the following error: Expected expression before '@' token main.m This is the code looks like: int main(int argc, char…
2
votes
2 answers

Adwhril sample example giving classnotfound exception

i am having my manifest file like this
G_S
  • 7,068
  • 2
  • 21
  • 51
2
votes
1 answer

AdMob Error - Must set the rootViewController property of GADBannerView before calling loadRequest:

I am trying to set up a simple single-view iOS5 iPhone application (with AppDelegates, ViewControllers and a MainStoryboard) with AdWhirl (including the support files - AdWhirl, GoogleAdMobAdsSDK & TouchJSON) installed - only using iAds & AdMob. At…
BradG
  • 41
  • 1
  • 2
  • 8
1
vote
1 answer

"Pause" or "slow-down" ad refreshes with adwhirl

I have a game showing ads through AdWhirl. Ads are only shown when the user is in the menu and are periodically refreshed with: [adView requestFreshAd]; My problem is that the refresh and the associated networking will take place when the…
David
  • 1,898
  • 2
  • 14
  • 32
1
vote
1 answer

AdMob via AdWhirl: Not enough space to show ad! Wants: 480, 75, Has: 320, 52

I'm trying to integrate ads into my Android app using AdWhirl and AdMob. The AdWhirl site gave me the following code to use: AdWhirlLayout adWhirlLayout = (AdWhirlLayout) findViewById(R.id.layoutAdWhirl); int diWidth = 320; int diHeight = 52; int…
Kenny Wyland
  • 20,844
  • 26
  • 117
  • 229
1
vote
3 answers

How to put AdWhirl-banner fixed above TabBar?

My app consists of a TabBar and several TableViews. I want to have the AdWhirl-banner fixed just above the TabBar (only in the first TableView), but thus far I have not been succeeding. Until now, I have implemented the following code into my…
user1048042
  • 115
  • 1
  • 1
  • 8
1
vote
1 answer

How to use tapjoy through AdWhirl?

How to use tapjoy through AdWhirl?
SuitUp
  • 3,112
  • 5
  • 28
  • 41
1
vote
0 answers

UiviewController not loaded in proper orientation when initialized

I am having this strange problem . in the app delegate m doing this CGRect screenBounds = [[UIScreen mainScreen] bounds]; m_window = [[UIWindow alloc] initWithFrame: screenBounds]; m_view = [[GLView alloc] initWithFrame:…
Tornado
  • 1,069
  • 12
  • 28
1
vote
1 answer

Change Adwhirl ad orientation from portrait to landscape

I am implementing adwhirl ad system in my game . My game is in portrait mode but i want the ad to be in landscape mode . Adwhirl developer documentation says : 6.2 Device Orientation Some ad networks including iAd will vary their ad dimensions…
Tornado
  • 1,069
  • 12
  • 28
1
vote
2 answers

Can I add a new AdWhirl ad network for an existing app?

I currently have AdMob and iAd configured in the AdWhirl settings for my iOS app, which is currently on the app store. I'm thinking of adding InMobi as well. Obviously I'll need to add the InMobi SDK to my app and do an update for the app. What I'm…
mluisbrown
  • 14,448
  • 7
  • 58
  • 86
1
vote
1 answer

ERROR/ZestADZAdView SDK(30873): Caught IOException in fetchConfig() when integrate Zest with adwhirl in android

I'm not receiving any ads while using Zest (Komli) AdNw with Adwhirl and the code fires this excpetion.. Can anyone tell me why?? Like any adNw ..i just put the SDK in the application..declaring Needed Permsissons..then requesting the ads.. It works…
Reham
  • 1,916
  • 6
  • 21
  • 45
1
vote
2 answers

I get "nextRation is null!" error trying to use Adwhirl + AdMob in Android

I've been trying to solve this problem for weeks. There are some other similar questions in StackOverflow, and there are some (apparently solved) similar issues in AdWhirl documentation website (one and two), but this error is still bothering…
thelawnmowerman
  • 11,956
  • 2
  • 23
  • 36