Hi,
I implemented InMobi and added a listener to the init function
like described in the docs
http://docs.coronalabs.com/daily/plugin/ads-inmobi/init.html
but my function:
function inmobilistener( event )
print("-Inmobilis eventtype: " … event.type)
local msg = event.response
if event.isError then
– Failed to receive an ad, we print the error message returned from the library.
print("-Inmobilis error: " … msg)
else
print("-Inmobilis no error: " … msg)
end
end
never gives any response
Greets
Chris