Get started
Prerequisite
Before starting DriveKit Vehicle integration, make sure that you have initialized DriveKit, especially if you have disable the SDK auto-initialization.
If you use DriveKit Vehicle without having initialized DriveKit, the SDK may not work properly in your application.
Integration
Get framework
To add the Vehicle module to your app:
Swift Package Manager: Add
DriveKitVehicle
from repository:https://github.com/DriveQuantPublic/drivekit-sdk-spm.git
as dependency.Cocoapods: add the following pod to your Podfile:
Then, run pod install
.
TripAnalysis configuration overload
The configuration of the Vehicle SDK and its vehicles can overload the auto start configuration of the TripAnalysis SDK. To do this, you should call this method after the SDK Vehicle initialization:
Last updated
Was this helpful?