扫码关注官方订阅号
现在需要stream post请求中需要设备id 如何获取
没有现成提供给前端开发人员的方法。需要在iOS层面扩展Module,里面如下实现获取:[[[UIDevice currentDevice] identifierForVendor] UUIDString];
[[[UIDevice currentDevice] identifierForVendor] UUIDString];
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
扫描下载App
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
没有现成提供给前端开发人员的方法。需要在iOS层面扩展Module,里面如下实现获取:
[[[UIDevice currentDevice] identifierForVendor] UUIDString];