I have got an Estimote Beacon which is in iBeacon mode. Previously, I tried registering Edddystone and I was successful in doing so. Now that , I'm trying to register it with Google Proximity Beacon API. But it's firing an error message as Invalid AdvertisedId id bytes length.
"error": {
"code": 400,
"message": "Invalid AdvertisedId id bytes length",
"status": "INVALID_ARGUMENT"
}
I wish to know how to parse the scan record so that the length of AdvertisedId would be correct. If there are any other changes that I should do, let me know.
Check whether your id is valid.The id of the advertisedId will be the 20 bytes of the
iBeacon UUID+major+minorbase64encoded directly from the binary form.