if let user = Utils.getSavedUserData() {
ZohoSalesIQ.registerVisitor(user.email)
}
However, if this register is done, we cannot get any messages on the panel side.
If registerVisitor line commented out, the messages are coming to panel, however we cannot identify our users.
Hello,
As suggested in your documentation (the documentation is outdated btw, https://www.zoho.com/salesiq/help/developer-section/ios-mobile-sdk-installation.html it says install version 1.1.0), we have a login mechanism in our app.
After user successfully logged in, I added
However, if this register is done, we cannot get any messages on the panel side. If registerVisitor line commented out, the messages are coming to panel, however we cannot identify our users.
Check the images below,