Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bluetooth Address is not working in iOS 12.1 #23

Open
Jasmeetngtech opened this issue Nov 14, 2018 · 4 comments
Open

Bluetooth Address is not working in iOS 12.1 #23

Jasmeetngtech opened this issue Nov 14, 2018 · 4 comments

Comments

@Jasmeetngtech
Copy link

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
Copy link
Author

Any idea guys?

@michaeldorner
Copy link
Owner

michaeldorner commented Nov 15, 2018

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;

@Jasmeetngtech
Copy link
Author

Jasmeetngtech commented Nov 15, 2018

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
Copy link
Author

Getting this message" Insufficient entitlements to invoke BTLocalDeviceGetAddressString "

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants