iOS SDK
The Tutelar iOS SDK allows you to build delightful experiences in your native iOS
Features
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 https://cocoapods.org/pods/tutelar find
TUTELAR and Integrate current pod version.
ex:
pod 'Tutelar', '~> 0.0.3'Step - 2 - Import SDK
import TutelarStep - 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.
Step - 4 - Get Device Details
Use the below line of code to get device details using button action
Step - 5 - Implement Delegate Method
Use the below code to obtain the Device result.
Step - 6- Add info.plist File
Optional : Use the below lines of code to get current location.
Sample Device Fingerprint Data
Last updated