farhan678 / adwhirl

Automatically exported from code.google.com/p/adwhirl
0 stars 0 forks source link

AdWhirl Fails when using iAd on iOS 3.x #239

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Setup AdWhirl using iAd %100 and other networks as 0% (use backfill 
priorities to rank).
2. Set your iOS App to use iOS SDK 4.x (latest) but your deployment target to 
iOS 3.0
3. Run your app on a device with iOS 3.X

What is the expected output? What do you see instead?
I would expect the AdWhirl config to say, ok fine, no iAd in this version of 
the iOS, ignore it and move on with out is since iAd is only available on 
devices running iOS 4.0 and higher. Get ads using the other networks provided.
What actually happens is that you fail to create a config and no ads are ever 
requested.

What version of the product are you using? On what operating system?
AdWhirl 3.0.0 on iOS

Please provide any additional information below.
I found that if instead I change iAd to 99% and put %1 into AdMob I do get a 
valid config and get ad requests. This is non ideal however.

Original issue reported on code.google.com by alexk...@gmail.com on 8 Jul 2011 at 5:27