Retrieve UUID

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

(void)userUUID:(void (^)(NSString * _Nullable uuid))userUUIDCompletionHandler;

Last updated