Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 586 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 586 Bytes

Sygic Vision demo for iOS

This example shows how to integrate Sygic Vision library on iOS.

Usage

  1. Open SygicVision.xcodeproj project in xcode.
  2. In ViewController.m replace "YOUR_CLIENT_ID" and "YOUR_LICENSE_KEY" with valid ones. To get id and license key, please contact our support.
  3. Download current version of VisionLib from https://public.repo.sygic.com/#browse/browse:maven-sygic-releases:com%2Fsygic%2Fadas%2Fvision%2F1.2.15%2Fvision-1.2.15.zip, unzip and place VisionLib.xcframework into Libs directory.
  4. Run the app.