lyspring / adwhirl

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

Normal ads are still shown when test mode is set to true #234

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Call AdWhirlTargeting.setTestMode(true);
2. Run your app
3. Observe that there are real ads, not test ads.

What is the expected output? What do you see instead?
The expected output would be to see the test ad, for example the admob test ad 
which I can see if I use admob directly. Also I would not see the message in 
logcat telling me how to enable test ads. However I see the message in logcat, 
and I see real ads.

What version of the product are you using? On what operating system?
AdWhirl 3.0.0 on the Android OS, multiple OS versions.

Please provide any additional information below.
In the code it's calling a deprecated method in the AdMob SDK if you want to 
enable testing, and this method doesn't appear to do anything, or maybe only 
has an effect in the simulator, I'm not sure. It will not cause test ads to be 
shown on a device at least, that's for sure.

Original issue reported on code.google.com by gfind...@gmail.com on 28 Jun 2011 at 8:27