Products
Use cases
Docs
Support
Search…
Introducing DriveKit
DriveKit Guides
Get started with drivekit
iOS
Android
Trip recording lifecycle
Trip analysis
Introduction
iOS
Android
User Interface
REST services
Trip Simulator
PERMISSIONS UTILS
Introduction
User interface
COMMON UI
Introduction
iOS
Android
References
DRIVER DATA
Introduction
iOS
Android
User interface
Vehicle
Introduction
iOS
Android
User Interface
DRIVER ACHIEVEMENT
Introduction
iOS
Android
User interface
CHALLENGE
Introduction
iOS
Get started
Android
User interface
REST SERVICES
Push Data
Driver
Drivers
Group
Vehicle
Beacon
Trips
Release notes
Changelog
Powered By
GitBook
Get started
Prerequisite
Before starting DriveKit Challenge module integration, make sure that you have initialized DriveKit.
Integration
Get framework
DriveKit Challenge module is available on CocoaPods master repo.
To access the framework in the repository, add the following lines to your Podfile:
1
target 'my
-
target'
do
2
pod '
DriveKitChallenge
'
3
end
Copied!
Then, run pod install.
Reset
If you need to reset the Challenge module configuration (user logout for example), you can call the following method:
1
DriveKitChallenge
.
shared
.
reset
()
Copied!
All data saved locally by the Challenge module will be erased and default configuration will be restored.
Previous
iOS
Next
Android
Last modified
1yr ago
Export as PDF
Copy link
Contents
Prerequisite
Integration
Get framework
Reset