fabiocaccamo / FCUUID

:iphone: :id:  iOS UUID / Universally Unique Identifiers library as alternative to UDID and identifierForVendor.
MIT License
1.61k stars 226 forks source link

IOS7 support #2

Closed ammubasha closed 9 years ago

ammubasha commented 9 years ago

Before using i want to ensure does this plugin support ios7 and ios8. what it will return as UUID ? is it macid?

fabiocaccamo commented 9 years ago

UUIDs are generated using CFUUIDCreate then stored using NSUserDefaults / NSUbiquitousKeyValueStore / Keychain depending on what kind of UUID you asked for. You can try it without any risk :)