Is inMobi not working at all then?

I’m trying to integrate inmobi for a client of mine on Android but just using the corona test app with a test app id its chucking out all these errors on my S3 (screenshot below):

https://www.dropbox.com/s/2hrnmspc2g1sv63/Screen%20Shot%202013-12-05%20at%2010.04.26.png

Anyone experiencing similar issues?

The “ad request failed” means that inMobi can’t fill the ad request. You need to contact inMobi for the reason.

Hi Tom.  We contacted inMobi and they said to use this code for the plugin instead of the Corona code:  http://www.inmobi.com/support/art/27997038/22114287/corona-partner-platform-sdk-integration-guide/  which is somewhat different to your own.  This code will not show an ad either, but it is not throwing out the errors.  I am waiting for a response from inMobi’s support.

I’m quite surprised how a few lines of simple code and conflicting information from both parties has now cost me hours over what should be a simple add on.

Hi Supertapp Interactive,

I work for InMobi. Sorry for the inconvenience caused.

The current Corona plugin pushed will work for pro and enterprise version.

you can refer to following link which include latest inmobi SDK  :-

http://docs.coronalabs.com/daily/plugin/inmobi/

For Starter Edition version, you might be referring this link 

http://docs.coronalabs.com/daily/api/library/ads/index.html” .

For this edition, testmode will not work as it is obsolete now  . you can set testmode to false to get the production ads.

ads.show( “banner320x48”, { x=0, y=100, interval=60, testMode=false } )

Also ,we are trying our best to make changes in the starter version that will include latest InMobi SDK .

We finally have it working!  Whoever was giving me advice from your company has given me totally the wrong advice then.  

Thanks for your help rajat. (pro user by the way)

The “ad request failed” means that inMobi can’t fill the ad request. You need to contact inMobi for the reason.

Hi Tom.  We contacted inMobi and they said to use this code for the plugin instead of the Corona code:  http://www.inmobi.com/support/art/27997038/22114287/corona-partner-platform-sdk-integration-guide/  which is somewhat different to your own.  This code will not show an ad either, but it is not throwing out the errors.  I am waiting for a response from inMobi’s support.

I’m quite surprised how a few lines of simple code and conflicting information from both parties has now cost me hours over what should be a simple add on.

Hi Supertapp Interactive,

I work for InMobi. Sorry for the inconvenience caused.

The current Corona plugin pushed will work for pro and enterprise version.

you can refer to following link which include latest inmobi SDK  :-

http://docs.coronalabs.com/daily/plugin/inmobi/

For Starter Edition version, you might be referring this link 

http://docs.coronalabs.com/daily/api/library/ads/index.html” .

For this edition, testmode will not work as it is obsolete now  . you can set testmode to false to get the production ads.

ads.show( “banner320x48”, { x=0, y=100, interval=60, testMode=false } )

Also ,we are trying our best to make changes in the starter version that will include latest InMobi SDK .

We finally have it working!  Whoever was giving me advice from your company has given me totally the wrong advice then.  

Thanks for your help rajat. (pro user by the way)