So I’m playing around to get ads working in an app, but I cannot get it to work. I broke it down to a very tiny main.lua file:
–start
require ‘revmob’
RevMob.startSession({ [“Android”] = “myANDROIDAppID”, [“iPhone OS”] = “myIOSAppID” })
RevMob.showFullscreen()
–end
This does not seem to work at all.
I get a loading symbol on windows simulator and android device, but after loading, the screen remains all blank.
In the terminal on windows, I get the following response:
[RevMob] Using App ID for simulator: anotherAppID
[RevMob] Session started for App ID: anotherAppID
[RevMob] Using App ID for simulator: anotherAppID
[RevMob] Ad not received.
[RevMob] Install not received.
where “anotherAppID” is different from both my Android and IOS id.
Corona build 2012.840
Latest revmob (3.2.1) [import]uid: 140666 topic_id: 25797 reply_id: 122133[/import]