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
}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
}