A unique id for each beacon needs to be created. Probably something to do with the mac address. Currently the hash code is set as the minor and is used in line 376 in the beacon service class as an id for a pending intent. Hashcode override should be removed from the beacons class and a method to create a unique id using the mac address should be created.
A unique id for each beacon needs to be created. Probably something to do with the mac address. Currently the hash code is set as the minor and is used in line 376 in the beacon service class as an id for a pending intent. Hashcode override should be removed from the beacons class and a method to create a unique id using the mac address should be created.