There are actually people making beacons, I miss them so much.
When I was making Beacon, I only used the first method. In my impression, there is no field like name. The second method is CoreBlueTooth, which seems to be Apple's security requirement. It will not let you access the details of the beacon, which means that only the monitor can get the details of the beacon, so the second method should not be available.
When we do it, business fields like name are stored in the server and correspond to major and minor one-to-one. For example, if I get major and minor, I can request the corresponding name and other details from the server, or I can cache this request locally, which is an idea.
There are actually people making beacons, I miss them so much.
When I was making Beacon, I only used the first method. In my impression, there is no field like name. The second method is CoreBlueTooth, which seems to be Apple's security requirement. It will not let you access the details of the beacon, which means that only the monitor can get the details of the beacon, so the second method should not be available.
When we do it, business fields like name are stored in the server and correspond to major and minor one-to-one. For example, if I get major and minor, I can request the corresponding name and other details from the server, or I can cache this request locally, which is an idea.