Hi,
We have implemented fuse in the same way as in corona docs. think this worked before.now we build with latest corona and even demo ads dont show up.
Take a look at my build.settings
have include this
plugins = {
[“plugin.fuse”] =
{
publisherId = “com.coronalabs”
},
[“plugin.fuse.ads”] =
{
publisherId = “com.coronalabs”
},
check my free gold file. i have called fuse there
local fuse = require( “plugin.fuse” )
but the ads dont show. Please help me resolve this.
also the sample fuse test used to work before but now app itself not opening with latest corona.
https://bitbucket.org/coronalabs/plugins-sample-fuse-test/
can u please build and tel me if i am doing anything wrong?