Skip to content

AscendGroup/DeviceUniqueId

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

iOS Unique Device ID that persists between app reinstalls

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 60.5%
  • Shell 32.0%
  • Ruby 7.5%