简体   繁体   中英

iOS - iBeacon - Changing UUID using a program

I am new to iOS and iBeacon. I am confused about iBeacons's UUID, minor and major values of the device.

Is it possible to change/reassign the iBeacon device's UUID, minor and major values using any objectiveC.

Thanks in advance. Alvin

Yes that's possible, but it depends on the iBeacons you are using.
Most manufacturers provide a SDK which allows you to do stuff like that. If you know the commands that need to be send to change the iBeacon data of your beacons you can use Core-Bluetooth and do that yourself. But check if there is a SDK first, because changing UUID etc is the main task of these SDKs.

One example would be the Estimote SDK .

There is no way to do this with Apples built-in methods only. There is no "change iBeacon data" method. The bluetooth commands that have to be used to reassign iBeacon data depend on how everything is implemented on the actual beacon hardware.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM