Just noticed that the OneThrive plugin (plugin_OneSignal.lua) has the following code:
OneSignalObject.SendTag = function(key, value) print("Called OneSignal.SendTag(" .. key .. ", " .. value .. ")") end
That code crashes with value is boolean. It should be changed to tostring(value) or use comma instead of … to concatenate.
Thanks for reporting this. We will include a fix for this in our next Corona SDK update.
Note: This is only an issue on the simulator, works fine on devices.
Yes, I imagined it was only on the simulator. Thanks jkasten.
Thanks for reporting this. We will include a fix for this in our next Corona SDK update.
Note: This is only an issue on the simulator, works fine on devices.
Yes, I imagined it was only on the simulator. Thanks jkasten.