Can anybody make a video or a more detailed excplenation on how to implement the adwhirl sdk? I'm confused on steps 6-7 on the provided instructions. Thanks in advance.
.app/ads offers the mediation layer AdWhirl offers and more. I've written a detailed guide to get you started if you're interested. Also, I can help you get started personally if that makes more sense.
I am also confused on steps 6 + 7. Would love some help. If someone is however willing to implement the code into my app , I would be more than happy to use thier ad service.
I am also confused on steps 6 + 7. Would love some help. If someone is however willing to implement the code into my app , I would be more than happy to use thier ad service.
Quote:
Originally Posted by thomas02
Please anyone have any answers.
I'm a newbie with integrating ads too, but I was successful in integrating adwhirl after a while. The instructions for section 6 aren't clear at all. This is what you need to do:
Hey etalmor, I tried doing what you said, and I rechecked it several times. It is now telling me I have an incomplete implementation of class viewcontroller and in a different error it says that "class 'viewcontroller' does not fully implement the 'adwhirldelegate' protocol." between those two errors is a list of about 60 warnings that say "method definition for 'x' not found" x being something different every time (eg. Adwhirlimpmetricurl, adwhirlcustomadurl, etc, etc). Have you dealt with this problem. I'm a newbie as I'm sure it shows. Any help is very much appreciated.
QUOTE=etalmor;239597]I'm a newbie with integrating ads too, but I was successful in integrating adwhirl after a while. The instructions for section 6 aren't clear at all. This is what you need to do:
Hey etalmor, I tried doing what you said, and I rechecked it several times. It is now telling me I have an incomplete implementation of class viewcontroller and in a different error it says that "class 'viewcontroller' does not fully implement the 'adwhirldelegate' protocol." between those two errors is a list of about 60 warnings that say "method definition for 'x' not found" x being something different every time (eg. Adwhirlimpmetricurl, adwhirlcustomadurl, etc, etc). Have you dealt with this problem. I'm a newbie as I'm sure it shows. Any help is very much appreciated.
Hi I'm sorry but nothing like this happened to me, I would make sure that the adwhirl sdk is included in the project, and recheck the steps for integrating it before steps 6 and 7. good luck
Yes, I use adWhirl in my iphone app.
and it is live in apple store
i implement iAd and AdMob in my app. and it work perfectly in app
you can download the sample code of adWhirl from here AdWhirl sample code
It 100% work
if you run app in simulator than its impression not count
you need to run app in real device
It really works, but be careful with AdWhirl_Pro it has a dangerous typo. In the sample file “AdWhirl_proViewController.m”, line 13:
#define kSamplaAppKey @”2e8d7eed0b1b102d96dc5b26eaf5c1″; // Enter your SDK key
should be:
#define kSampleAppKey @”2e8d7eed0b1b102d96dc5b26eaf5c1″; // Enter your SDK key
Note the ‘e’ on kSampl e AppKey
Be very careful as this error may prevent your sdk key to replace the one used in the example and your app may be published with that key. Also, in the AdWhirl group, into the Internal group there is a file that shouldn’t be there, but you can leave it and just comment out the line 23 (#define kSampleAppKey @”2e8d7eed0b1b102d96dc5b26eaf5c1″; )
It really works, but be careful with AdWhirl_Pro it has a dangerous typo. In the sample file “AdWhirl_proViewController.m”, line 13:
#define kSamplaAppKey @”2e8d7eed0b1b102d96dc5b26eaf5c1″; // Enter your SDK key
should be:
#define kSampleAppKey @”2e8d7eed0b1b102d96dc5b26eaf5c1″; // Enter your SDK key
Note the ‘e’ on kSampl e AppKey
Be very careful as this error may prevent your sdk key to replace the one used in the example and your app may be published with that key. Also, in the AdWhirl group, into the Internal group there is a file that shouldn’t be there, but you can leave it and just comment out the line 23 (#define kSampleAppKey @”2e8d7eed0b1b102d96dc5b26eaf5c1″; )