BeaconMan 0.1.0

BeaconMan 0.1.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Unclaimed.



BeaconMan 0.1.0

  • By
  • Sean Ho

Installation

Usage

To run the example project; clone the repo, and run pod install from the Project directory first.

Sample

// register for a beacon region
CLBeaconRegion *region = [[CLBeaconRegion alloc] initWithProximityUUID:uuid identifier:@"TestBeacon"];
[[BCMBeaconManager defaultManager] registerRegion:region enter:^{...} exit:^{...}];

// listen for beacon when it becomes very close and repeat the event every 15 seconds
[[BCMBeaconManager defaultManager] notifyRegionImmediate:region
                                                  repeat:YES
                                                interval:15
                                              usingBlock:^(CLBeacon *beacon) {
                                                  ...
                                              }];

Author

Sean Ho, [email protected]

License

BeaconMan is available under the MIT license. See the LICENSE file for more info.