Can a Beacon stores a string value

Hi,

Could we store a string value in beacon excluding uuid, major & minor. If so, can explain me?

Beacons only broadcast their UUID, major and minor, there’s no way to add additional data.

The most idiomatic way to do something similar is to fetch any beacon related content from an external server.

Think: GET http://my.server.com/api/get_string_for_beacon?uuid=XXX&major=XXX&minor=XXX

1 Like