Inneractive Plugin issue

When I try to build my app I receive an error saying
 
"You are not currently subscribed to the following plugins
appid:CoronaProvider.ads.inneractive:
 
I’m only a starter account, should this work for me?
 
Here is my build.settings

 plugins = { ["CoronaProvider.ads.inneractive"] = { publisherId = "appid", }, },

my appid matches what is in the inneractive console, I only put a placeholder for this post.

Thanks!

Hi @NettowaNinja,

In the build.settings, the “publisherId” needs to be “com.inner-active” for inneractive, as shown in the documentation:

http://docs.coronalabs.com/plugin/ads-inneractive/index.html

Then, for your actual appId, that will be used when you initialize the ads system using ads.init().

Hope this helps,

Brent

Ah, I see. Thank you for clarifing!

Hi @NettowaNinja,

In the build.settings, the “publisherId” needs to be “com.inner-active” for inneractive, as shown in the documentation:

http://docs.coronalabs.com/plugin/ads-inneractive/index.html

Then, for your actual appId, that will be used when you initialize the ads system using ads.init().

Hope this helps,

Brent

Ah, I see. Thank you for clarifing!