User Attributes
Attach custom user attributes to reports from your iOS app so they show on the Luciq dashboard. Covers setting, reading, and removing attributes.

Luciq.setUserAttribute("True", withKey: "Logged in")
Luciq.setUserAttribute("False", withKey: "Completed IAP")[Luciq setUserAttribute:@"True" withKey:@"Logged in"];
[Luciq setUserAttribute:@"18" withKey:@"Age"];Last updated