I’m trying to setup chartboost and I noticed no matter what I do the listener never gets called. I’m using the following code
chartboost.init({ appID = selectedAdCodes.inters["chartboost"].appID, appSignature = selectedAdCodes.inters["chartboost"].appSignature, listener = function(event) -- Print the events key/pair values print("@#$@#$#@$@#chartboost@#!@#@!#!@") end })
That print never gets called no matter what I do. Anyone have any ideas as to why?
Here are the docs for chartboost init (not sure why they aren’t part of corona docs?)
https://github.com/swipeware/CoronaChartboostPlugin/blob/modernized/docs/init.markdown