Links

Get started

Prerequisite

Before starting DriveKit Challenge module integration, make sure that you have initialized DriveKit.
If you use DriveKit Challenge without having initialized DriveKit, the SDK may not work properly in your application.

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:
target 'my-target' do
pod 'DriveKitChallenge'
end
Then, run pod install.

Reset

If you need to reset the Challenge module configuration (user logout for example), you can call the following method:
DriveKitChallenge.shared.reset()
All data saved locally by the Challenge module will be erased and default configuration will be restored.