How to get the UUID of an iPhone/iPod/iPad ? By Malik | June 23, 2011 0 Comment Hi, In order to get the UUID of an iPhone, iPod or iPad, do the following in your code. NSString *myUUIDStr= [UIDevice currentDevice].uniqueIdentifier; Here ‘myUUIDStr’ will contain the UUID of your specified iOS device. 🙂 More Similar Posts Firebase Push Notifications in FlutterApp Theming in Flutter - Dark Mode/ Light ModeGoogle's Flutter Quick TipsFlutter DataTable + MySQLOffline Database from WebService using SQFlite in FlutterNetwork Connectivity in FlutterFirebase Storage - Uploading and Downloading files &…