Digital2GO iOS SDK
The Digital2GO iOS SDK enables location-based marketing via geofencing and beacons inside your mobile app.
Features
- Getting a List of Geofences in User's Range
- Monitoring Geofences
- Sending Geofence Impressions to Server
- Monitoring Beacons
- Sending Beacon Impressions to Server
- Registering User Ad Interactions to the Server
Getting Started
To fully use the SDK, you must have access to the developer section of the Digital2GO Platform. To register as a developer on the D2GO platform, click here.
This respitory includes not only the source code for the SDK, but also for an Example app, which located inside the Example folder.
Detailed developer documentation for our web platform, APIs, and mobile SDKs is available on the D2GO website.
Prerequisites
- XCode
- Swift 3.2 Programming Language
- Cocoapods
Installing
You can use CocoaPods to install D2GOClient by adding it to your Podfile:
platform :ios, '10.0'
use_frameworks!
pod 'D2GOClient'Or, to run the Example project, simply clone the repository, and run pod install from the Example directory.
Author
Gelacio Lazaro - [email protected], [email protected]
License
Distrubted under the MIT license. See LICENSE for more information.