Closed dieptang closed 3 months ago
Hello @dieptang
Thank you for reaching out to us. It appears the completion
argument for the registerVisitor
function is missing, which is required for proper functionality. Please refer to the documentation for further details: documentation link.
If you have any other queries, feel free to contact us at support@zohosalesiq.com.
Regards, Venkatesh R, Zoho SalesIQ.
Not, it's actually not NULL. Previous version it;s working fine. Only happening on recently version
Hi @dieptang ,
Thank you for your patience. We have fixed this issue.
We recommend you update to the latest version 10.0.1, and verify. Please feel free to write back to us at (support@zohosalesiq.com) in case of any issues.
Regards, Bhahirathan M Zoho SalesIQ.
Hello again! 😉
I believe there's an issue with the recent version. After updating my application to React Native Zoho SalesIQ Mobilisten v10.0.0 and React Native 0.71.19, it started crashing.
On our end, we've already initialized the Zoho API and assigned the UserID using the following code:
if (UserID){ ZohoSalesIQ.registerVisitor(UserID); }
Could you please double-check this? Thanks!