Hi,
We are using fullscreen ad preloading and then displaying it when we want it.
When experiencing some network issues ads were not loaded before we called “show()” function.
After calling it, we have received an error [this one is from version 5.0, but we saw that earlier]:
[lua]
2013-03-04 15:51:27.159 Corona Simulator[12496:903] Runtime error
/dist/revmob.lua:607: bad argument #-2 to ‘insert’ (Proxy expected, got nil)
stack traceback:
[C]: ?
[C]: in function ‘insert’
/dist/revmob.lua:607: in function ‘_updateResourcesLoaded’
/dist/revmob.lua:589: in function
(tail call): ?
?: in function <?:463>
[/lua]
The funny part is, that before calling “:insert()”, there is a call to “isLoaded()” function, which checks if the image and closeButtonImage are loaded.
This looks very strange to me, but happens on a daily basis. The only thing I know about it, is that this error is thrown when calling “:show()” before listener receives “adReceived” event.
This is happening for fullscreen ads [we don’t preload banners].
Thanks,
Krystian
[import]uid: 109453 topic_id: 36778 reply_id: 336778[/import]