SyntaxFix
Write A Post
Hire A Developer
Questions
Each time the same will be generated:
if let uuid = UIDevice.current.identifierForVendor?.uuidString { print(uuid) }
Each time a new one will be generated:
let uuid = UUID().uuidString print(uuid)