Hi ,
I just got uuid by the code below.
UIDevice.current.identifierForVendor!.uuidString
And, when I test this app, there is some bug report that could be occured when uuid is suddenly changed.
Using above code in not safe ? UUID should NOT to be changed..
Thanks 🙂
ps. UUID could be changed by updating OS version ?
there is explain in API doc ., Device's
identifierForVendor
is 'An alphanumeric string that uniquely identifies a device to the app’s vendor.'..what is app's vendor exactly means ? bundle id ?
Right - network device ID varies depending on network/radio used.
The topic of using UUID to ID users is an old one - search here and see the MTL links below.
But you may need to further detail why you need it, beyond just to ID users...perhaps talk about what the app does, etc.