如何从手表 os swift 获取设备 ID

How to get the device id from watch os swift

嘿,我正在开发手表应用程序,我想获取设备的设备 ID。但是,当我尝试使用“UIDevice.current”访问时,它给出了 UIDevice 不在范围内的错误。我是在做错什么,还是在某种程度上限制了获取这些信息?我怎样才能获得这些信息?提前致谢

同样被上述场景困扰的小伙伴们,可以通过

轻松获得设备ID
let deviceId = WKInterfaceDevice.current().identifierForVendor?.uuidString ?? ""