TestsTested | ✓ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Oct 2017 |
Maintained by Falko Richter, Andrei Stoleru, gunnih.
Depends on: | |
tolo | ~> 1.0 |
JSONModel | ~> 1.7 |
UICKeyChainStore | ~> 2.0 |
ObjCGeoHash | >= 0 |
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.6'
You can find a full integration tutorial on our developer portal.
Starting with v2.5 the Sensorberg SDK uses a new back-end url (portal.sensorberg.com). If you are still using the old back-end (manager.sensorberg.com) please continue using version 2.4
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:
To install the Sensorberg SDK docset, 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.
You can also build the SensorbergSDK_Documentation target which will generate and install the docset.
Sensorberg SDK is available under the MIT license. See the LICENSE file for more info.