Retrieve UUID
(void)userUUID:(void (^)(NSString * _Nullable uuid))userUUIDCompletionHandler;Luciq.getUserUUID((uuid)->{
//use the uuid
});Luciq.getUserUUID { uuid ->
//use the uuid
}Last updated
You can use the following APIs to identify users and retrieve their UUIDs.
(void)userUUID:(void (^)(NSString * _Nullable uuid))userUUIDCompletionHandler;Luciq.getUserUUID((uuid)->{
//use the uuid
});Luciq.getUserUUID { uuid ->
//use the uuid
}Last updated