Identify User
API reference for identifying users with Luciq. Associate bug reports and crashes with specific users to enable user-based debugging and analysis.
Luciq.identifyUser(withID: "1", email: "[email protected]", name: "John Appleseed")[Luciq identifyUserWithID:@"1" email:@"[email protected]" name:@"John Appleseed"];Luciq.identifyUser("user name", "email");Luciq.identifyUser("user name", "email")Luciq.identifyUser("[email protected]", "John Appleseed");Luciq.identifyUserWithEmail(String email, [String name]);Last updated