搜索

首页  >  问答  >  正文

weex ios 如何获取设备id 如UDID

现在需要stream post请求中需要设备id 如何获取

巴扎黑巴扎黑2771 天前603

全部回复(1)我来回复

  • 怪我咯

    怪我咯2017-04-18 09:59:53

    没有现成提供给前端开发人员的方法。需要在iOS层面扩展Module,里面如下实现获取:
    [[[UIDevice currentDevice] identifierForVendor] UUIDString];

    回复
    0
  • 取消回复