How to get MAC Address of beacon when ranging and monitoring in iOS

3.6k views Asked by At

I'm working on the app is able to detect UUID, Major ID and Minor ID. But now i want to get MAC Address of beacon when the app is detected the UUID of beacon. I dont know if is doable? I also googled but i cannot find out the way to get MAC Address of beacon. As far as i know, the beacon is based on the BLE, so i think if i use the BLE to scan the beacon, i can get MAC Address but i'm using Core Location to detect UUID, Major and Minor ID. Please give me some advice to solve it. Thanks in advance.

1

There are 1 answers

3
Leo On

You can not get the mac address of beacon.

Even you scan with bluetooth API,you can not get mac address too.

Also,refer to this link How can I programmatically get the Bluetooth MAC address of an iPhone?