iOS SDK for handling iBeacon technology via the Sensorberg Beacon Management Platform. http://www.sensorberg.com
Runing pod try SensorbergSDK in a terminal window will open the Sensorberg demo project.
Select the SBDemoApp target and run on device.
The easiest way to integrate the Sensorberg SDK is via CocoaPods.
To install it, simply add the following lines to your Podfile:
pod 'SensorbergSDK', '~> 2.0'
You can find a full integration tutorial on our developer portal.
The Sensorberg SDK uses an EventBus for events dispatch. During setup, you pass the class instance that will receive the events as the delegate.
If you want to receive events in other class instances, simply call REGISTER(); and subscribe to the events.
The Sensorberg SDK requires iOS 8.0. Sensorberg SDK uses:
- AFNetworking for network communication
- JSONModel for JSON parsing
- UICKeyChainStore for keychain access
- tolo for event communication
To install the Sensorberg SDK, clone the repo and run the included script:
$ cd your-project-directory
$ chmod +x createDocs.sh
$ ./createDocs.sh
This will automatically create and install the docset in Xcode.
Sensorberg SDK is available under the MIT license. See the LICENSE file for more info.