I’m trying to integrate InMobi into a clients application. After following the examples, even compiling the sample code (modified without the “iPad” parameters) and load onto device, in the Android debugger I always get:
“InMobi ad request failed”
“Your request cannot be processed at this time. Please try again later.”
While I understand you need your app ID from InMobi, since we’re not live yet, I’ve opted to the demo ID they provide:
“4028cba631d63df10131e1d3818b00cc”
I used that key also in the provided sample code. Had the same results with our actual ID as well. I have the plugins in my build.settings along with the required Android permissions, test mode is set to true and I’m running on the latest daily build.
There is so little information regarding the issue, the only other tip I found was to add:
if sysEnv ~= “simulator” then
ads.show(…)
end
around ads.show as some people had it fix ads not showing. Still did not work. I waited to see if it was a fill rate issue, but after 10 minutes of trying to get advertisements, nothing.
What am I doing wrong? Any helps would be greatly appreciated.
