I'm trying to do some proximity detection of iPhones but I need to get their Bluetooth MAC address programmatically. Does anyone knows how ?
I assume Bluetooth is activated but no device is paired with the iPhone.
I'm trying to do some proximity detection of iPhones but I need to get their Bluetooth MAC address programmatically. Does anyone knows how ?
I assume Bluetooth is activated but no device is paired with the iPhone.
There is no public API to get this information.
If this is an internal or jailbreak application you can get the value of the kLockdownBluetoothAddressKey
key via liblockdown.dylib