gpt4 book ai didi

react-native ios 获取mac地址

转载 作者:行者123 更新时间:2023-12-04 11:43:05 30 4
gpt4 key购买 nike

在 react-native 应用程序中,我使用 react-native-device-info 库来获取设备的 MAC 地址。

但是我只能获取Android设备的mac地址。我找不到一个库来获取 iOs 设备的 mac 地址。

如何获取 iOs 设备的 MAC 地址?

最佳答案

在 iOS 7 或更高版本中无法做到这一点,citing apple :

In iOS 7 and later, if you ask for the MAC address of an iOS device, the system returns the value 02:00:00:00:00:00. If you need to identify the device, use the identifierForVendor property of UIDevice instead.



相反,您应该使用可以通过 react-native-device-info 接收的“identifierForVendor”:
import DeviceInfo from 'react-native-device-info'; 

const uniqueId = DeviceInfo.getUniqueID();

关于react-native ios 获取mac地址,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50110421/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com