Skip to content

Instantly share code, notes, and snippets.

@mlzxy
Created August 1, 2015 18:59
Show Gist options
  • Save mlzxy/32c0e9ed7277a4ee4474 to your computer and use it in GitHub Desktop.
Save mlzxy/32c0e9ed7277a4ee4474 to your computer and use it in GitHub Desktop.
UUID (Universally Unique IDentifier) Is on a per-app basis. identifies an app on a device. As long as the user doesn’t completely delete the app, then this identifier will persist between app launches, and at least let you identify the same user using a particular app on a device. Unfortunately, if the user completely deletes and then reinstalls the app then the ID will change.
UDID (Unique Device Identifier) A sequence of 40 hexadecimal characters that uniquely identify an ios device. This value can be retrieved through iTunes, or found using UIDevice -uniqueIdentifier. Derived from hardware details like MAC address.
@vinhtran0311
Copy link

8BA55479-5A46-408E-9B8D-C7A68DEE7F73

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment