TelematicsSDK DemoApp Swift is created by DATA MOTION PTE. LTD. and allows you to integrate with our TelematicsSDK in a few steps.
TelematicsSDK DemoApp Swift 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.
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.swift 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 Swift language version. If you need Objective-C visit please: https://github.com/Mobile-Telematics/telematicsSDK-demoapp-iOS-objective-c
Official API services web-page
Official SDK and API references