Main configurations
Permission management
DriveKitPermissionsUtilsUI.shared.getLocationPermissionViewController {
// Code called when location permission is properly granted.
}DriveKitPermissionsUtilsUI.shared.getActivityPermissionViewController {
// Code called when activity permission is properly granted.
}DriveKitPermissionsUtilsUI.shared.showPermissionViews([.location, .activity], parentViewController: <UINavigationController>) {
// Code called when permissions (here: "location" and "activity"), are both properly granted.
}SDK diagnosis
Diagnosis screen areas

Bluetooth sensor status check
Support Request Management
Last updated
Was this helpful?

