If you see my code above you will see that my App ID and Banner ID ARE different in main.lua
bannerID = 5af9984ba30c3b1c882e7f5d
appId = 5af9984ba30c3b1c882e7f5b
The last ‘d’ and ‘b’ are different. I created the banner right after the App Id, that is why they are so close. Unfortunately I misworded it as Placement ID above instead of App ID. These ID’s have not changed from the last Plugin to the recent Plugin. These numbers have not changed in anyway on the revmob dashboard from the last Plugin to this Plugin.
The only thing Im doing different on this Plugin and build 3293 is adding this string to build.settings as you stated above
[lua]
- strings =
- {
- [“app_name”] = “Kylie Jenner Trivia”,
- },
[/lua]
[lua]
revmob = require( “plugin.revmob” )
bannerID = “5af9984ba30c3b1c882e7f5d”
event_phase = nil
function adListener( event )
if ( event.phase == “init” ) then – Successful initialization
local text=display.newText(“init =”…event.phase, 80, 150, “arial”, 45)
end
event_phase = event.phase
end
revmob.init( adListener, { appId = “5af9984ba30c3b1c882e7f5b”} )
[/lua]
So their is nothing wrong with my Placement ID’s I have triple checked them many times. I have 3 Placement ID’s Ive been working with Revmob.
- bannerID = “5af9984ba30c3b1c882e7f5d”
- videoID = “5af9984ba30c3b1c882e7f65”
- interID = "5af9984ba30c3b1c882e7f5f