Skip to content

Instantly share code, notes, and snippets.

View kphetrungnapha's full-sized avatar
:octocat:

Kittisak Phetrungnapha kphetrungnapha

:octocat:
View GitHub Profile
@kphetrungnapha
kphetrungnapha / DeviceUID.m
Last active April 7, 2016 03:32 — forked from miguelcma/DeviceUID.m
iOS Unique Device ID that persists between app reinstalls
/* DeviceUID.h
#import <Foundation/Foundation.h>
@interface DeviceUID : NSObject
+ (NSString *)uid;
@end
*/
// Device.m