I want to integrate full screen RevMob Ad in and is able to add it but i some times get error that didRemoveListener nil value when i try it to click on ad to open it and close the add both at the same time.Please give any suggestions how to solve this issue.. thanks
local storyboard = require "storyboard"
local RevMob = require("revmob")
display.setStatusBar(display.HiddenStatusBar)
local fullscreen
local revmobListener
local storyboard = require "storyboard"
local REVMOB_IDS = {
["Android"] = "",
["iPhone OS"] = ""
}
RevMob.startSession(REVMOB_IDS)
RevMob.setTestingMode(RevMob.TEST_WITH_ADS)
local function ShowAds()
fullscreen.RevMob.createFullscreen()
RevMob.showFullscreen(revmobListener, REVMOB_IDS)
end