In the simulator it works perfectly, unfortunately when I build for my device (android or iOS) I get an error.
Error taken from xcode console:
Downloads/coronaSample/main.lua:6: attempt to index local ‘apprever’ (a boolean value)
stack traceback:
[C]: ?
This is from the sample app, I get the same error from my app.
Corona build: 2013.1170
My guess is the plugin is not being found. Anyone know what the problem is?