farhan678 / adwhirl

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

Error: Cannot create ad network config from... #138

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.iAds will not show (other ads networks do such as adMobs)

What is the expected output? What do you see instead?
Expect iAd ads. Instead no ads show if iAd is set to 100% (otherwise other 
network ads show correctly)

What version of the product are you using? On what operating system?
2.6.1 (Oct 8 2010)
iOS 4.1

Please provide any additional information below.
When I initialize the app, I get this in the console:
(I asteriked the key)

[6747:207] Cannot create ad network config from {
    key = "arie******";
    nid = a01bd8bbbb114c9eb9a28021c61878cc;
    nname = iad;
    priority = 2;
    type = 19;
    weight = 100;
}: Ad network type 19 not supported, no adapter found

Original issue reported on code.google.com by arie.lit...@gmail.com on 3 Nov 2010 at 2:03

GoogleCodeExporter commented 9 years ago
Looks like the iAd adapter was not compiled in. Make sure you have the 
AdwhirlAdapteriAd.h and .m files in the adapters/ directory and that it's 
included in your build target.

Original comment by nigelc...@google.com on 3 Nov 2010 at 4:37

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
 Cannot create ad network config from {
    key = "bXXXXX87";
    nid = db51ecXXXXXXXa2dda;
    nname = greystripe;
    priority = 3;
    type = 7;
    weight = 49;
}: Ad network type 7 not supported, no adapter found
what could be the problem???

Original comment by vijayaja...@gmail.com on 1 Dec 2012 at 10:07