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
19
votes
7 answers

onFailedToReceiveAd(Ad request successful, but no ad returned due to lack of ad inventory when using admob with adwhirl

i just want to know if this problem is server side...or i must fix something in my code... onFailedToReceiveAd(Ad request successful, but no ad returned due to lack of ad inventory I'm using admob with adwhirl to show ads in my android application.
Reham
  • 1,916
  • 6
  • 21
  • 45
17
votes
3 answers

AdWhirl causing java.lang.NullPointerException after shutdown network

I use AdWhirl and Admob in one of my app,after release, we get a lot of error from adwhirl,and It's reproduce easily like this: After ad appear,I shutdown wifi,and wait ad timeout,then press back button to exit application. then the bug appear.the…
14
votes
6 answers

iOS Development: How can I preload a view controller before pushing it onto the navigation stack?

I'm diving into iOS development and I'm building a puzzle game to help me become familiar with the platform. I have AdWhirl displaying ads in the score screen that is displayed when the user completes a puzzle. The problem is, it takes at least a…
BeachRunnerFred
  • 18,070
  • 35
  • 139
  • 238
10
votes
5 answers

Upgraded to Xcode 4 -- Endless stream of duplicate symbol errors causing build errors

Everything was working perfectly fine in Xcode 3 yesterday before I upgraded. So I completed the upgrade, restarted my computer, and opened my old project. I had to reconfigure a few settings like the header paths so that I could begin to compile. …
D-Nice
  • 4,772
  • 14
  • 52
  • 86
7
votes
1 answer

adwhirl causing android app to crash

I'm trying to integrate adwhirl into one of my apps and it keeps crashing when I try and run it. I have current set it to test mode to try and get it working in the emulator, but it only works part of the time. It's never crashed without adwhirl.…
jhoward
  • 404
  • 1
  • 6
  • 16
6
votes
0 answers

Increase admob revenue using filters

I have android application with about 1 Million downloads and most of my application users are located in the Middle East. Before two weeks the downloads were 200K and the revenue was reasonable and CPM was $0.15 (yes it is Low CPM), ads requests…
5
votes
3 answers

EXC_BAD_ACCESS in device, not in simulator

I have implemented adwhirl in my project. I have implemented it previously in my projects, so I just incorporated it into my current project from my previous. - (UIViewController *)viewControllerForPresentingModalView { { return self; } I had…
Shubhank
  • 21,721
  • 8
  • 65
  • 83
5
votes
1 answer

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;' …
znq
  • 44,613
  • 41
  • 116
  • 144
5
votes
2 answers

Errors trying to use AdWhirl with Admob

I am trying to setup a test application for AdWhirl to see how this functions etc. I have setup a new application in Xcode which just loads a single view. I have downloaded and added the latest SDK for AdWhirl then removed all the folders in…
StuartM
  • 6,743
  • 18
  • 84
  • 160
5
votes
0 answers

AdWhirl not showing AdMob ads

I have integrated AdWhirl in my project and i want to display only Admob right now. But only one ad is shown...no other ads are coming....in LogCat it is refreshing ads after 30 seconds but they are not shown on the screen. I am using the same…
Noman
  • 4,049
  • 10
  • 38
  • 59
4
votes
2 answers

Can't get Adwhirl to display ads - sum of ration weights is 0

I'm trying to integrate adwhirl into my apps and have been having a very difficult time. Right now I am just using admob (which I could get working without adwhirl). I implemented the code following this guide. I had originally tried using millenial…
jhoward
  • 404
  • 1
  • 6
  • 16
4
votes
1 answer

Handle AdWhirl onFailure

Hi I am working on an android app and using AdWhirl to display my ads. I want to be able to handle the situation when AdWhirl returns no ads. When it fails, I want to show a decorative bar. Can anyone provide me an example? Thanks in advance,
Xi 张熹
  • 10,492
  • 18
  • 58
  • 86
4
votes
2 answers

How can I set up AdWhirl in the Android SDK?

The AdWhirl instructions are extremely crappy. All I want to know is how to set up the layout XML and get the source code into the Java of my application. Can someone please give me an example for, let's say, a simple application with just buttons…
Christian
  • 958
  • 5
  • 23
  • 52
4
votes
2 answers

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…
alecazam
  • 41
  • 3
4
votes
1 answer

Link of class "*.*" failed in Eclipse?

I try to integrate AdWhirl into my app. I do everything from the Internet and nothing success now. It just shows 10-07 16:25:42.183: I/dalvikvm(628): Failed resolving Lcom/adwhirl/adapters/MdotMAdapter; interface 1374…
wanting252
  • 1,139
  • 2
  • 16
  • 22
1
2 3
13 14