Requirements
To use the MobbId SDK on iOS, the following requirements must be met:
- An
IPHONEOS_DEPLOYMENT_TARGET
set to13.0
or above. - Xcode 16 or above.
- Camera with autofocus capability.
- Internet access.
Permissions
You need to add to your Info.plist
the required keys to allow for camera (NSCameraUsageDescription
) and microphone (NSMicrophoneUsageDescription
) usage.
Also, camera permission must be requested at runtime by the client application. For more information, see Apple's documentation.