How to send some data between iBeacons
I started to develop with iBeacon technology. I know how connect, calculate proximity ect ect.... But one time that the connection is established, how I can send some text data between sender and receiver? There is a method (for example) can I use in some way the self.peripheralManager.accessibilityLabel Is enought also the deviceID that I can manage it with a WebServer Thank you.... The iBeacon protocol is only for transmitting / discovering beacon IDs and calculating their proximity. That is all that it does . Anything additional to that would have to be done separately - presumably using