We're working on hybrid apps using cordova and registering our ios devices for push-notifications using pushwoosh plugin.
However we cannot pass any config using the registerDevice() method as it only accepts success and error callback. So we pass everything on the 'onDeviceReady()' function. As per the docs for pushwoosh registerDevice we can pass in the timezone parameter to specify the UTC offset. However I can't find the similar way when using the pushwoosh cordova plugin.
I can't find any docs that specifies me the list of variables I can pass in the onDeviceReady() function. I've referred this blog and it only shows that we can pass in the pw_appid.
Is there any resource where I can find the details for using the pushwoosh cordova plugin and passing in the timezone while registering the device or on device ready?
Thanks