开发者

AdWhirl integration problem in iPhone app

开发者 https://www.devze.com 2023-02-25 07:36 出处:网络
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 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开发者_如何学JAVA it'd be helpful.


Try by implementing this delegate...

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

精彩评论

暂无评论...
验证码 换一张
取 消