Hi there,
I’m working on an app in which in simply need to uniquely identify the beacons, my API does the rest.
I first used the Mac Address and it worked great on Android, but it is not displayed on iOS. I would have to go through iBeacon and I’d rather not to.
I didn’t find the way to edit the manufacturer data or the local name, so that I can use that to id my beacons.
Is that possible without working on the firmware ?
Other option : using Eddystone-cordova plugin. But will I be able to retreive the Namespace and Instance ID on iOS ?
Thanks !