iPhone Object-c - Get Device Uni ID


/ Published in: Objective C
Save to your folder(s)

@return NSString


Copy this code and paste it in your HTML
  1. UIDevice *device = [UIDevice currentDevice];
  2. NSString *uniqueIdentifier = [device uniqueIdentifier];

Report this snippet


Comments


You need to login to view comments.