AdWhirl integration problem in iPhone app

333 Views Asked by At

I have to implement AdWhirl in my app. It works fine - I'm getting ads from AdMob and iAd now.

There is no ad coming from AdMod and iAd. I am getting an error in the console. I can provide the code I'm using if it'd be helpful.

1

There are 1 best solutions below

0
On BEST ANSWER

Try by implementing this delegate...

- (UIViewController *)viewControllerForPresentingModalView
{
    return yourAPP.viewController;
}