iOS Unique Device ID that persists between app reinstalls
To run the example project, clone the repo, and run pod install
from the Example directory first.
DeviceUniqueId is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "DeviceUniqueId", "~> 1.0"
Import header file
#import "DeviceUniqueId.h"
Call this method to get device unique id.
[DeviceUniqueId getUniqueId];
Kittisak Phetrungnapha, cs.sealsoul@gmail.com
DeviceUniqueId is available under the MIT license. See the LICENSE file for more info.