This sample demonstrates the use of Uqudo iOS SDK.
Note: This sample does not necessarily demonstrate the best use but rather onbording features of using Uqudo iOS SDK to onbording Passport document.
You can use CocoaPods to install Uqudo SDK by adding the following to your Podfile:
pod 'UqudoSDK', 'your prefer version ', #recommended to use the latest version
pod 'OpenSSL-Universal', '1.1.1700'
Note: If the CocoaPods cache is out of date, you may need to run
pod repo update
before the pod install
command.