Get Device GUID from iPhone


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

Grabs the unique device id from the iPhone


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.