Skip to content

Installation

Swift Package Manager

To add the kinegram.digital MOBILE SCAN SDK to your Xcode project:

  1. Open your project in Xcode.
  2. Navigate to File > Add Package Dependencies.
  3. Enter the repository URL: https://github.com/OVD-Kinegram-AG/scan-sdk-ios and add the package.

Info.plist Configuration

The MOBILE SCAN SDK requires camera access. Add the NSCameraUsageDescription key to your app's Info.plist, otherwise the app will crash:

xml
<key>NSCameraUsageDescription</key>
<string>$(PRODUCT_NAME) needs camera access to scan your documents.</string>