TelematicsSDK DemoApp Swift is created by DATA MOTION PTE. LTD. and allows you to integrate with our TelematicsSDK in a few steps.
TelematicsSDK DemoApp Objective-C is an app for iOS that demostrate using our TelematicsSDK library for tracking anywhere withu mobile device. The app will track the person's driving behavior such as speeding, turning, braking and several other things.
Here you can find a short video guide, how to add Telematics SDK to your iOS app:
To run the demo app:
Step 1: Clone this repository to local folder.
Step 2: Run 'pod install' in Terminal from project's folder.
Step 3: Open AppDelegate.m and insert your DeviceToken to this line:
[RPEntry instance].virtualDeviceToken = @"<VIRTUAL_DEVICE_TOKEN>"; //REQUIRED!
Step 4: Implement code signing for your iOS project if you want to install this app to your iOS device.
This is Objective-C language version. If you need Swift visit please: https://github.com/Mobile-Telematics/telematicsSDK-demoapp-iOS-swift
Official API services web-page
Official SDK and API references