Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
It is possible to generate a UUID . In fact, the probability of the same identifier on multiple devices is close to zero.
Apple, for example, uses UUIDs to generate identifiers for their products:
when you first start your application, generate a large random number (128bit for example), you need to remember it. The probability that on some other device (in the presence of straight arms) the same number will be generated is almost zero. This number is used as an identifier. Versatile, simple, reliable.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question