pollfish customMode error

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. 

Hi Steven,
 
You need to specify customMode as a parameter to load(), not init().
 
https://docs.coronalabs.com/plugin/pollfish/load.html

It’s always the small stuff. Thanks!!

:wink: Yep.

Hi Steven,
 
You need to specify customMode as a parameter to load(), not init().
 
https://docs.coronalabs.com/plugin/pollfish/load.html

It’s always the small stuff. Thanks!!

:wink: Yep.