I am implementing pollfish in an app and getting an error when setting customMode=true.
CoronaSDK: 2017.3061
Error:
“ERROR: pollfish.init(listener, options), Invalid option ‘customMode’”
pollfish.init( pollListener, { apiKey="XXXXXXXXXXXX", developerMode=true, customMode=true } )
It seems I have the syntax correct according to the documentation.