0

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.

NTNT
  • 541
  • 1
  • 7
  • 18

1 Answers1

2

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?

Community
  • 1
  • 1
Leo
  • 24,596
  • 11
  • 71
  • 92