Simplified Security: We make it simple for you to collect sensitive data such as device information of users.
Requirements
iOS
This framework requires several configurations to be able to work on iOS. Please make sure you have those requirement:
● Compatible with apps targeting iOS 13.0 and above.
● Use Swift version 5.0 and above
Step - 1 - Add Dependency
In the cocoapods section: section of your find
TUTELAR and Integrate current pod version.
ex:
pod 'Tutelar', '~> 0.0.3'
Step - 2 - Import SDK
import Tutelar
Step - 3 - Initialize SDK
To initialize the SDK add the below line of code with the public key you retrieved from Tutelar merchant panel. If you don’t have a public key create new one.
let tutelar = Fingerprint (key: " Your Unique Public Key ")
Step - 4 - Get Device Details
Use the below line of code to get device details using button action