In the MACH Registrations API, I am required to submit a parameter value called **DeviceUID **which is supposed to be unique for each user of my iOS app. What is an easy way to do that since Apple had stopped supporting a unique identifier for iOS?
Date
Votes
2 comments
-
CommzGate Support There is a fantastic and free library already available to solve this (released under an MIT license)
Check it out here:
https://github.com/gekitz/UIDevice-with-UniqueIdentifier-for-iOS-5
-
CommzGate Support For iOS7, please use the identifierForVendor method
Please sign in to leave a comment.