Hi everyone,
I’m now moving from Inneractive to RevMob, but I can not get my app or the demo app working on my phone.
If I create the session in test mode as follows it works:
RevMob.startSession(REVMOB_IDS, RevMob.TEST_WITH_ADS);
Nevertheless if I use the productive settings:
local REVMOB_IDS = { [“Android”] = “509d3141a1020e0c00000011”, [“iPhone OS”] = “509d3141a1020e0c00000011” };
RevMob.startSession(REVMOB_IDS);
It fails with the following trace:
I/Corona (31817): [RevMob] Install already registered in this device
I/Corona (31817): Event: adReceived
I/Corona (31817): ad: fullscreen
I/Corona (31817): type: adReceived
I/Corona (31817): [RevMob] Static fullscreen
I/Corona (31817): Lua Runtime Error: lua_pcall failed with status: 2, error message is: attempt to call a nil value
I/Corona (31817): Lua Runtime Error: lua_pcall failed with status: 2, error message is: attempt to call a nil value
Can anyone help me? I’ve tried everything, and since it fails only on the phone I don’t even know in which code line it fails.
I’m using Corona Build 2012.944
Thanks for your help
Best regards [import]uid: 112380 topic_id: 25797 reply_id: 130514[/import]