Orchextra iOS-sample-App
The aim of this project is to help you with your first integration of Orchextra SDK and also to show you the capabilities of the SDK with a sample project.
Features
- Scan a QR / Barcode
- Image Recognition - You need a Vuforia Account.
- List all your geofences in a map ⋅⋅* Click on the geofence point to get more information
- List all your beacons ⋅⋅* Click on the beacon to get more information
- Add CRM user to create the right segmentation.
Getting started
First of all, you need to create a project in Orchextra dashboard. Go to "Setting" > "SDK Configuration" to get the api key and api secret, you need to replace these values into AppDelegate.m
#define ORCHEXTRA_API_KEY @"YOUR_API_KEY"
#define ORCHEXTRA_API_SECRET @"YOUR_API_SECRET"