Skip to content

Instantly share code, notes, and snippets.

View kmphua's full-sized avatar

Kevin Phua kmphua

  • Singapore
View GitHub Profile
@miguelcma
miguelcma / DeviceUID.m
Created May 25, 2015 15:09
iOS Unique Device ID that persists between app reinstalls
/* DeviceUID.h
#import <Foundation/Foundation.h>
@interface DeviceUID : NSObject
+ (NSString *)uid;
@end
*/
// Device.m