Reputation: 541
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.
Upvotes: 0
Views: 3909
Reputation: 24714
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?
Upvotes: 2