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:
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" : ____])