Skip to content

Instantly share code, notes, and snippets.

View forgetMind's full-sized avatar
😄

Augustus forgetMind

😄
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