Setup
Requirements
Xcode 12.0 or later
iOS 12.0 or later
Swift 5.0 or later
Permission
To use DcentBiometric, you must add blutooth permission to the info.plist

Note: External Library
To install external library, simply add the following line to your Podfile:
# Pods for DcentBiometric
pod 'SwiftProtobuf'
pod 'BigInt', '~> 5.0'
iOS App Setup
You can develop wallet application using our iOS sdk. The wam.framework is our sdk framework file.

Copy DcentBiometric.framework to your iOS application project
Click on Project Navigator ( 1 in the above image).
Select Targets ( 2 in the above image).
Select General ( 3 in the above image).
Click on "+'' Button (4 in above image).
Select framework DcentBiometric.framework
Including Frameworks in Your Project
import DcentBiometric
Last updated
Was this helpful?