现在需要stream post请求中需要设备id 如何获取
沒有現成提供給前端開發人員的方法。需要在iOS層面擴展Module,裡面如下實現獲取:[[[UIDevice currentDevice] identifierForVendor] UUIDString];
[[[UIDevice currentDevice] identifierForVendor] UUIDString];
沒有現成提供給前端開發人員的方法。需要在iOS層面擴展Module,裡面如下實現獲取:
[[[UIDevice currentDevice] identifierForVendor] UUIDString];