Ranging using the default Estimote iBeacon UUID
var uuid = new NSUuid ("B9407F30-F5F8-466E-AFF9-25556B57FE6D"); | |
var region = new BeaconRegion(uuid, "MyRegion"); | |
_beaconManager.StartRangingBeacons(region); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment