iOS获取手机惟一标识

项目需求,在用户没有登陆状况下根据手机标识做为身份认证获取对应信息。git NSString *UUID = [[[UIDevice currentDevice] identifierForVendor] UUIDString]; 系统提供了获取uuid的方法做为设备惟一标识,可是存在一个缺陷。 根据官方解释github The value of this property is the same
相关文章
相关标签/搜索