Search code examples
iosiphonebluetooth-lowenergyibeacon

How to configure beacons through an iOS application?


I am new to BLE and beacons technologies , I am now able to detect beacons , and use them in app , it works fine .

My company has produced our own beacons , having UDIDs , Major , Minor etc.

Now , I want to develop an app through which i can reconfigure those (my company ) beacons , as we do for Gimbal & Kontakt managerial application .

In brief I want to develop an managerial app to configure our own beacons.

Please guide me suitable right approach to achieve this so that I do not research on wrong path .

Thank you !


Solution

  • If I understand you want to change the data contained in your beacons ? If so, did you try LightBlue ? Does it fit your needs ? If not, you will have to work with CoreBluetooth framework (not CoreLocation) to access and modify your beacon's CBService and CBCharacteristic with CBPeripheralDelegate.