Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.2 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.2 KB

DeviceUniqueId

iOS Unique Device ID that persists between app reinstalls

Version License Platform

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

Installation

DeviceUniqueId is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "DeviceUniqueId", "~> 1.0"

How to use

Import header file

#import "DeviceUniqueId.h"

Call this method to get device unique id.

[DeviceUniqueId getUniqueId];

Author

Kittisak Phetrungnapha, cs.sealsoul@gmail.com

License

DeviceUniqueId is available under the MIT license. See the LICENSE file for more info.