-
Notifications
You must be signed in to change notification settings - Fork 54
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
Not getting Proximity UUID in this app #9
Comments
I tried converting the data to string from "characteristics.value" it doesn't give the 32character proximity uuid, kindly pls help to get the Proximity UUID |
Can you post the log you got? |
Thanks for considering. I need to get: value = <61726c10 20000000 00000000 00000001> when i try print(characteristic?.value)!)
In the above log, characteristic?.value is of type Data, so i tried converting Data to String by below mentioned methods: String(data: data, encoding: String.Encoding.utf8) is there any other way to convert? |
As I know proximity ID is only for ibeacons not for peripherals |
|
How to read the Proximity UUID from 16byte data to 32character UUID number?
The text was updated successfully, but these errors were encountered: