Automatically identify your users on your iOS apps

Automatically identify your users on your iOS apps

Last update: otrdiena, Aug 13, 2019
If you didn't implemented our iOS framework yet, please follow this link : Implementing on iOS

You’re in the right place if you’re looking for documentation on how to automatically identify logged-in users on your mobile app (e.g. their first/last name, email address, etc.).

This is a great feature for your team to:

  • Link a user with their conversation history.
  • Know if you are chatting with a lead or an existing customer.
  • Increase user satisfaction.

Use this code to automatically identify users on your iOS app:

 
    Xeno.sharedInstance.prepare(apiKey: "YOUR_PUBLIC_KEY", identity: ["id" : ____, "user_hash" : ____, "name": ____, "email" : ____, "anything-else" : ____])

iOS SDK

4 article in this category.