Skip to content

Instantly share code, notes, and snippets.

@jimbobbennett
Created June 28, 2015 14:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jimbobbennett/9d815bafe4dd432f7e09 to your computer and use it in GitHub Desktop.
Save jimbobbennett/9d815bafe4dd432f7e09 to your computer and use it in GitHub Desktop.
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