I want to make an unique string or hash via Touch ID on iPhones in Swift. I search a lot about it but I didn't find a solution to make it.
you can NOT do this.
you can use universally unique identifier (UUID) of an ios Device.
let uuid = NSUUID().UUIDString
or generate your own unique identifier using irreversible algorithms.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With