iBeacon: defining UUID
问题 In the official iBeacon guide for developer Apple states that Application developers should define a UUID specific to their app and deployment use case. Question: Part A: How can I define a UUID in the way that I am sure it won't conflict with any others? Is there an official way to get one? Part B: Assuming A is possible, how can I ensure that the UUID is unique across iOS and Android devices? Looking at the quote above it seems up to the developer. However it feels like a non robust