Skip to content

zendrive/zendrive-sdk-ios-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zendrive SDK sample for iOS

Zendrive is commited to improving driving and transportation for everyone through better data and analytics.
You can integrate Zendrive iOS SDK in your application to get Zendrive's driver centric analytics and insights for your fleet.

This is a sample project to demonstrate the Zendrive iOS SDK integration

Zendrive SDK performs four key functions.

  • Automatically detects start and end of a drive.
  • Collects data from various sensors on mobile phone while minimizing the battery impact.
  • Provides callbacks to application for events like start of drive and end of drive.
  • Uploads the data back to Zendrive servers for analysis.

How to run the sample app

  • Sign up here.
  • Replace <your-sdk-key> in ViewController.m with your own application key.
  • Run ZendriveSDKDemo target!

How to run the mock sample app

  • Sign up here.
  • Replace <your-sdk-key> in ViewController.m with your own application key.
  • Run Mock-ZendriveSDKDemo target!
  • For simulating sample mock drives, Goto Settings->Simulate Preset Drives.
Please go to Zendrive iOS SDK documentation for further details.