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

NamePermission
CameraPrivacy - Camera Usage Description
Photo LibraryPrivacy - Photo Library Usage Description
LocationPrivacy - Location Always Usage Description
Privacy - Location Always and When In Use Usage Description.
Motion UsagePrivacy - 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
 }