HomeDocumentationAPI Reference
Getting StartedAPI ReferenceBug ReportingCrash ReportingAPMHelp Center

Retrieve UUID

You can use the following APIs to identify users and retrieve their UUIDs.

(void)userUUID:(void (^)(NSString * _Nullable uuid))userUUIDCompletionHandler;
Instabug.getUserUUID((uuid)->{
//use the uuid
 });
Instabug.getUserUUID { uuid -> 
//use the uuid
}