Appearance
Installation
Swift Package Manager
To add the kinegram.digital MOBILE SCAN SDK to your Xcode project:
- Open your project in Xcode.
- Navigate to File > Add Package Dependencies.
- Enter the repository URL:
https://github.com/OVD-Kinegram-AG/scan-sdk-iosand 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>