Please add the Simpl Fingerprint Dependencies as per the designated platforms (Android, iOS) provided below.
Android :
Include the Simpl Fingerprinting SDK as a dependency.
SDK version: Refer to the release notes for the most recent SDK version here
.
Please ensure that INTERNET android permission is added to AndroidManifest.xml
Verify that you are loading the Simpl Fingerprinting SDK properly by logging Log.d("SimplFingerprint", SimplFingerprint.getInstance().toString()); in the Logcat console. You should receive an Object in return.
iOS :
Integrate the Simpl SDK by installing the CocoaPods dependency.
SDK version: Refer to the release notes for the most recent SDK version here
.