I want to get explicit mac address of devices on iOS
See original GitHub issueI want to get explicit mac address of devices on iOS when I scan nearby devices on my phone and store the paired devices locally. But based on the discussion in https://github.com/Polidea/react-native-ble-plx/issues/92, the Device.id
on iOS is
on iOS it will be autogenerated UUID
I want to get the explicit mac address somehow, is it possible for your team to add this attributes to iOS?
Issue Analytics
- State:
- Created 6 years ago
- Reactions:4
- Comments:5
Top Results From Across the Web
Use private Wi-Fi addresses on iPhone, iPad, iPod touch, and ...
Starting with iOS 14, iPadOS 14, and watchOS 7, your device improves privacy by using a different MAC address for each Wi-Fi network....
Read more >I want to get explicit mac address of devices on iOS #216
I want to get explicit mac address of devices on iOS when I scan nearby devices on my phone and store the paired...
Read more >How to Find the MAC Address on an iPhone or iPad
Open the Settings app and navigate to Settings > General > About and scroll to the network section of the page. You'll find...
Read more >Apple to use private/random Wi-Fi MAC addresses in iOS 14
With the release of iOS 14 Apple are implementing "random" MAC addresses for the device and the feature is enabled by default. Details...
Read more >iOS 16.2: How to Find MAC Address on iPhone, iPad
Technically we cannot say that the MAC address is unique for a device. Instead, it is exclusive to devise network interface. Suppose if...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hello @LingboTang
Thanks for using the library!
Unfortunately iOS does not provide any access to the peripheral’s MAC address on the native level—so no—it is not possible to add this attribute to iOS.
Best Regards
Did you solve it?