zoho / SalesIQ-Mobilisten-ReactNative

Your mobile app's ideal live chat partner. Power up your mobile App with the SalesIQ Mobilisten SDK for React-Native.
https://mobilisten.io/
8 stars 12 forks source link

Potential Issue with React Native Zoho SalesIQ Mobilisten v10.0.0 - registerVisitor must not be null #95

Closed dieptang closed 3 months ago

dieptang commented 3 months ago

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.

image

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!

venkatesh-ramesh-12517 commented 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.

dieptang commented 3 months ago

Not, it's actually not NULL. Previous version it;s working fine. Only happening on recently version

bhahirathan-mb-11956 commented 3 months ago

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.