cant load chartboost

keep getting build for device in the simulator, when i build for device add still dont display.

also cannot even call simple display plugin version i get the following:

“Chartboost Plugin version (no version)”

is the plugin online?

If you were using the Gremlin plugin before, you need to change your build.settings.

It should include:

plugins = { ["plugin.chartboost"] = { -- required publisherId = "com.swipeware" } }

Also, make sure the spelling of “chartboost” is correct.

local chartboost = require( “plugin.chartboost” )

Hope this helps…

yeh thats all correct, still nothing…

is there an alternative to the demo on github i can test?

If you were using the Gremlin plugin before, you need to change your build.settings.

It should include:

plugins = { ["plugin.chartboost"] = { -- required publisherId = "com.swipeware" } }

Also, make sure the spelling of “chartboost” is correct.

local chartboost = require( “plugin.chartboost” )

Hope this helps…

yeh thats all correct, still nothing…

is there an alternative to the demo on github i can test?