Revmob plugin not working

THIS IS GIVING ME ERROR:

local revmob = require( “plugin.revmob” )

local function adListener( event )

    if ( event.phase == “init” ) then  – Successful initialization

        print( event.isError )

    end

end

– Initialize RevMob

revmob.init( adListener, { appId=“YOUR_APP_ID” } )

THIS IS THE ERROR:   module ‘plugin_revmob’ not found:

In my build.settings…

         [“plugin.revmob”] =

        {

            publisherId = “com.coronalabs”,

            supportedPlatforms = { iphone=true, android=true }

        },

        

        [“plugin.google.play.services”] =

        {

            publisherId = “com.coronalabs”,

            supportedPlatforms = { android=true }

        },

Any ideas why this is giving an error?

Did you add the plugin through the plugin store?

https://store.coronalabs.com/plugins

Im sorry sir I dont understand how I would add this plugin through the plugin store.  The above link takes me to this https://store.coronalabs.com/plugin/revmob  which states only this…

The RevMob plugin allows developers to monetize users through RevMob graphical and video interstitial ads.

To use this plugin, you must first register with RevMob.

 

I have already registered with RevMob

 

Do I need to buy this plug in?

I am using documentation from this page   

https://docs.coronalabs.com/plugin/revmob/index.html

Gah, I should have taken my own advice and inspected the revmob plugin link, as it appears it is preactivated.

Are you seeing the error when calling revmob.init or when your app first launches?

Can you post your build.settings?

@JonPM: I think his build.settings is up there, just without the code tags, so it’s hard to distinguish…

Sorry gentlemen after rebooting I realized I am on build #2801.  So I will download the latest Daily Build see what happens. 

Did you add the plugin through the plugin store?

https://store.coronalabs.com/plugins

Im sorry sir I dont understand how I would add this plugin through the plugin store.  The above link takes me to this https://store.coronalabs.com/plugin/revmob  which states only this…

The RevMob plugin allows developers to monetize users through RevMob graphical and video interstitial ads.

To use this plugin, you must first register with RevMob.

 

I have already registered with RevMob

 

Do I need to buy this plug in?

I am using documentation from this page   

https://docs.coronalabs.com/plugin/revmob/index.html

Gah, I should have taken my own advice and inspected the revmob plugin link, as it appears it is preactivated.

Are you seeing the error when calling revmob.init or when your app first launches?

Can you post your build.settings?

@JonPM: I think his build.settings is up there, just without the code tags, so it’s hard to distinguish…

Sorry gentlemen after rebooting I realized I am on build #2801.  So I will download the latest Daily Build see what happens.