Closed feleko closed 3 years ago
Hello @feleko, This issue happens when registerVisitor() API is triggered before init() API gets completed - We are already working on these kind of issues. Can you please confirm for me on that? The following syntax would be handy. Please have a try on this too.
ZohoSalesIQ.initWithCallback(appKey, accessKey, (success) => {
if (success) {
ZohoSalesIQ.registerVisitor("registerID");
} else {
}
});
Thanks for your help.
Hey, I got fatal error: Fatal Exception: java.lang.NullPointerException. Unable to start application. Wykorzystuje wersje 4.1.0