Skip to content

EddyVerbruggen/orchextra-ios-sample-app

 
 

Repository files navigation

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

  1. Scan a QR / Barcode
  2. Image Recognition - You need a Vuforia Account.
  3. List all your geofences in a map ⋅⋅* Click on the geofence point to get more information
  4. List all your beacons ⋅⋅* Click on the beacon to get more information
  5. 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"

Project Overview

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%