Hi there
I tried a lot of options and i never got it working…
I submitted my app for reviewing (i was thinking it was because of that) and then i got my app approved on InMobi.
Now i try to put the code again and it still doesn’t show any ads on my tablet.
I will get tomorrow a phone to try it out, but right now i can’t see anything on the tablet (I have an Acer Iconia, with Honeycomb 3.1)
Any of you have the same problem? or got it working on the normal android phones?
I need it to be on the tablet because my app is better on a tablet and i want to have this feature on it.
I got my code as smallest as i could after trying out different stuff so finally i got this:
[lua]local sysEnv = system.getInfo(“environment”)
– Below is the ad network that will be used:
banner=“banner320x48”
ads = require “ads”
ads.init( “inmobi”, “MyAPP_APPROVED_ID” )
ads.show( banner, { x=0, y=0, interval=5} )[/lua] [import]uid: 75034 topic_id: 13271 reply_id: 313271[/import]