Hi,
I dont know why, or if this is normal, when I have the same code than the web example in my main.lua:
local function adListener( event ) if ( event.phase == "init" ) then -- Successful initialization print( event.isError ) -- Show a banner ad appodeal.show( "banner", {yAlign="bottom", placement="testPlacement"} ) --appodeal.show( "interstitial") --appodeal.show( "video") end end
The banner is show in my app the first time, but other times when I close app and reopen… the banner not show!
And when I have the code :
appodeal.show( "banner", {yAlign="bottom", placement="testPlacement"}
In other side of code, maybe in a function when go back to menu, I NEVER get to see the banner…
Well, this is for the banner, but for the videos is other world… I never see one video AD… I try to have the code:
appodeal.show( "video")
In all sides, and nothing… I dont know…
When I call a banner or video, should it ALWAYS show?
the behavior is different when I execute it in the local APK, or when is already published in google play?
Thanks!!!