Couple of questions. I tried to integrate this in an app tonight. I setup an AdMob account and it’s also using my existing Inneractive App ID too.
It for the most part is working pretty well, but I’m getting two problems.
First, sometimes I don’t get an ad. I expect this is just a fill rate issue, but I do see this in the console log:
Lunar Ads: Ad Returned
573 384 320 50 am 2 MY_LUNAR_CHANNEL nil 1.5 b82bfede301f6c970d21fd078d54dc6b 897 601
I suspect that nil is indication that I did not get an error. I’m doing interstitial type ads (with Regular banners since I could never trust Inneractive full screen ads to not lock up) so I’m trying to program it so that if I don’t get an ad, I don’t show any of my ad framing code. I hit a bug in Corona’s ad.init() listener on iOS, but it was working on my Kindle Fire. I don’t know how I can detect if I got an ad or not.
The 2nd problem is a display issue. Here is my code:
lunar.showLunar ({
x = display.contentWidth / 2,
y = display.contentHeight / 2,
Halign = "center",
Valign = "center",
channel = MY\_LUNAR\_CHANNEL,
pubid = MY\_LUNAR\_PUBID,
appver = APP\_VERSION
})
and here is what I’m getting:
I see some scroll bars if I move my mouse over it and if I drag it I see the whole ad. It looks to me like the ad is pushed down and to the left a bit. How can I fix this?
[import]uid: 19626 topic_id: 25730 reply_id: 106463[/import]