#pragma mark - get unique id
+ (NSString *)getUUID
{
return [[[UIDevice currentDevice] identifierForVendor] UUIDString];
}
#pragma mark - get device name
+ (NSString *)getDeviceName
{
return [[UIDevice currentDevice] name];
}
No comments:
Post a Comment