首页 > 问答 > 正文
现在需要stream post请求中需要设备id 如何获取
怪我咯2017-04-18 09:59:53
没有现成提供给前端开发人员的方法。需要在iOS层面扩展Module,里面如下实现获取:[[[UIDevice currentDevice] identifierForVendor] UUIDString];
[[[UIDevice currentDevice] identifierForVendor] UUIDString];