Closed prasanna-noon closed 11 months ago
Hi @prasanna-noon ,
Thank you for reaching out to us. Please verify that the package name registered with the SalesIQ for your app is the same as your application's package name. Also, please check whether the app and access key for Android is correct.
If the issue persists, please don't hesitate to contact our support team at support@zohosalesiq.com. We will be more than happy to assist you further.
Regards, Bhahirathan M, Zoho SalesIQ.
i'm facing this issue too, i've confirmed it was installed correctly because i can log the ZohoSalesIQ object, but calling the methods after intializing with callback does not do anything
Hi @1stmuse ,
In order to resolve this issue, we need a few pieces of information. Please write us at support@zohosalesiq.com along with code snippets, portal, and brand details. We will investigate this issue further and get back to you.
Regards, Bhahirathan M, Zoho SalesIQ.
We have successfully integrated SaleIQ for the iOS part of our React Native app, but for some reason it doesn't work on Android. I have followed the README.md and https://www.zoho.com/salesiq/help/developer-section/react-native-sdk-installation.html
Below I have listed the integration steps done on our end:
startChat()
method call is triggered.ZohoSalesIQ.initWithCallback
is returning a success for both Android and iOSmaven { url 'https://maven.zohodl.com' }
is also declared inside<project>/build.gradle
implementation 'com.zoho.salesiq:mobilisten:6.0.2'
is declared inside dependencies under<project>/app/build.gradle
Note: Even the launcher doesn't show up when enabling using
ZohoSalesIQ.setLauncherVisibility(true);
It does show up for iOS.Is there a step that I might be missing that's not in the doc?