BeeTee icon indicating copy to clipboard operation
BeeTee copied to clipboard

Bluetooth Address is not working in iOS 12.1

Open Jasmeetngtech opened this issue 5 years ago • 4 comments

Bluetooth Address does not work in iOS 12.1 localAddress under BluetoothManager.h used for finding Bluetooth Address does not work anymore in iOS 12.1, although it works in lower versions.

Any other option to find Bluetooth Address?

Jasmeetngtech avatar Nov 14 '18 08:11 Jasmeetngtech

Any idea guys?

Jasmeetngtech avatar Nov 15 '18 07:11 Jasmeetngtech

Thanks for reporting. What do you mean by "not working"? Is there an exception? In the iOS 12 Headers, there is still the method

- (id)localAddress;

michaeldorner avatar Nov 15 '18 08:11 michaeldorner

Yes, its there but it returns nil value in iOS 12.1 worked fine until 12.0.1. Any idea how can we find any unique device Id like IMEI, Wifi MAC address, Bluetooth Address or Serial number. This change in iOS 12.1, actually broke my current application where we were using Bluetooth Address as Unique ID.

Jasmeetngtech avatar Nov 15 '18 08:11 Jasmeetngtech

Getting this message" Insufficient entitlements to invoke BTLocalDeviceGetAddressString "

If this may help, or raise any ideas? Will appreciate that.

Jasmeetngtech avatar Nov 19 '18 10:11 Jasmeetngtech