Hello!
When I try to run my program on my android device, the admob response is this: “ad request successful but no ad returned due to lack of ad inventory”.
Now I figured this is probably the app is not yet used by anyone, so It doesnt know what ads to display etc, and I just created the ad unit id.
However, when I try to run my program with ads.show( “banner”, { x=10000, y=10000, appId= appID, true} )
(the bool being there for displaying a test ad) It returns the same thing… any ideas why I dont get the test banners?
Thanks for any help in advance! 