/sample-app-ios-objectivec

Demo application showcasing the integration of the Uqudo SDK on iOS using Objective-C.

Primary LanguageObjective-C

Uqudo iOS SDK integration

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.

Integration

CocoaPods

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.