This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

iOS iBeacon proximityUUID

I'm looking to use the nRF51822 as an iBeacon transmitter for iOS, reading the docs it appears that I need to know the proximityUUID of the sensor that I can set the OS to tell my app when the OS reads this specific sensors. So far I have been unable to find the proximityUUID of the sensor. From what I've read this should be something read-only on the device, so my question is how can I read this? Any thoughts or suggestions?

Thanks

iOS details developer.apple.com/.../Reference.html

Parents
  • From what I've read this should be something read-only on the device, so my question is how can I read this? Any thoughts or suggestions?

    From what I gather looking at the APIs you linked, that is a readonly property in the CLBeacon class, so I assume it is populated by iOS when you perform a scan for beacons nearby.

    You will likely have to include certain parameters in your advertisement data and Attribute table to tell iOS that your device is indeed a beacon.

    Since this not seems to be covered by the freely available docs in developer.apple.com, I assume this is probably protected under the MFi program and you'll need to contact Apple directly for more information.

Reply
  • From what I've read this should be something read-only on the device, so my question is how can I read this? Any thoughts or suggestions?

    From what I gather looking at the APIs you linked, that is a readonly property in the CLBeacon class, so I assume it is populated by iOS when you perform a scan for beacons nearby.

    You will likely have to include certain parameters in your advertisement data and Attribute table to tell iOS that your device is indeed a beacon.

    Since this not seems to be covered by the freely available docs in developer.apple.com, I assume this is probably protected under the MFi program and you'll need to contact Apple directly for more information.

Children
No Data
Related