Verifind 4D
Verifind 4D
Step One
To use Verifind 4d or Verifind, you need to enable Background Modes capabilities (Location Updates),
under Signing & Capabilities in Xcode.
Step Two
please include the below permissions in your Info.plist file
Name | Permission |
---|---|
Camera | Privacy - Camera Usage Description |
Photo Library | Privacy - Photo Library Usage Description |
Location | Privacy - Location Always Usage Description |
Privacy - Location Always and When In Use Usage Description. | |
Motion Usage | Privacy - Motion Usage Description |
Step Three
The code below needs to be added to your App Delegate.
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
.....
QoreIdSdk.shared.continueVerifindTracking()
return true
}
Updated 3 days ago