farhan678 / adwhirl

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

Inclusion of Inmobi SDK Document into Adwhirl SDK. #149

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, This is Imran Nadeem from InMobi. Please find the InMobi SDK Documentation 
attached. As per your guidelines, I am filing the Issue here so that you can 
properly track the request. You can use the same document for inclusion of 
InMobi SDK into Adwhirl SDK. 

Regards,
Imran Nadeem

Original issue reported on code.google.com by imranxna...@gmail.com on 30 Nov 2010 at 10:52

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by fch...@google.com on 30 Nov 2010 at 9:49

GoogleCodeExporter commented 9 years ago

Original comment by nigelc...@google.com on 30 Nov 2010 at 9:49

GoogleCodeExporter commented 9 years ago

Original comment by wesgood...@google.com on 30 Nov 2010 at 9:55

GoogleCodeExporter commented 9 years ago
It is Only for directly add InMobi in to app. but how to integrate with AdWhirl.
i am just adding InMobi sdk in my app with AdWhirl since i got message like

 InMobi:Error! rootViewControllerForAd method must be implemented. Cannot serve InMobi Ads.
2011-04-19 10:35:42.177 Real Scale Highly Accurate[393:207] InMobi:Error! 
rootViewControllerForAd method must be implemented. Cannot serve InMobi Ads.

Original comment by hiren.bh...@gmail.com on 19 Apr 2011 at 5:24

GoogleCodeExporter commented 9 years ago
This happens because in InMobiAdDelegate.h this method is marked as @required. 
So to solve this in AdWhirlAdapterInMobi.m add method

- (UIViewController *)rootViewControllerForAd {
   return [adWhirlDelegate viewControllerForPresentingModalView];
}

Found the answer here:
http://stackoverflow.com/questions/5711961/inmobi-integration-with-adwhirl-3-0

Original comment by twal...@gmail.com on 23 May 2011 at 1:45

GoogleCodeExporter commented 9 years ago
Fixed in repo, needs to be pushed out.

Original comment by wesgood...@google.com on 6 Sep 2011 at 10:17