Installation Guide

Minimum Requirements

  • iOS Version: 13.0+

  • Swift Version: 5+

  • Xcode Version: 16 or higher

  • Camera access is mandatory.

Installation

If using CocoaPods:

pod 'DockitSDK', :git => 'https://your-private-repo/DockitSDK.git', :tag => '$Latest Version'

Note: Latest Version: 1.0.0

Permissions

Update your Info.plist with the following:

<key>NSCameraUsageDescription</key>
<string>This app requires camera access to scan documents.</string>

// if setCollectUserInfo enabled
<key>NSLocationWhenInUseUsageDescription</key>
<string>This app needs your location while using the app to enhance functionality.</string>

Last updated