Hi there!
I’m getting a crash when running the chartboost plugin – just after attempting to cache a rewarded video. Can anyone (ingemar?) tell me what’s happening here, or what appears to be going wrong inside the plugin?
Here’s the crash report:
Here’s the readout from xCode’s devices panel, containing the crash:
Basically, in code, the crash happens when I call chartboost.cache, on line 167:
I know that the values input for this function (kind and location) are valid because I verify them before then in the same function – if they’re nil or not strings, I set them as strings. So I don’t know what could be causing the crash. I’m using one of the newest corona daily builds, Version 2015.2695 (2015.8.13). I know this is the line that’s crashing it, because it prints the line before this, but not the line after.
I can’t get it to happen in the demo code – so I know it must be something in my code that is causing it, but I don’t know why. Any chance any of you know what’s wrong?
Thanks!
Simon