How unique are the ids generated with CFUUID , in iOS?
问题 The title is my question actually. Now that Apple doesnt allow any more the use of UUID i decided to go with the CFUUID. However i have some questions regarding it. Is is unique for every device? If yes how is it different from UUID? Is it a random generator? If yes how good is it? Can i be sure that in 10000 devices there wont be a duplicate? I am between in this solution of using CFUUID , and having my server generating a random unique identifier that i can be sure of. However this would