+ (NSString*) getDeviceID
{
NSString *uniqueIdentifier = [[[UIDevice currentDevice] identifierForVendor] UUIDString];
return uniqueIdentifier;
}
출처
https://stackoverflow.com/questions/5468629/device-id-from-an-iphone-app
2020/08/13 - [Development Note/Android] - [Android Java] DeviceID 가져오기