This repository serves as an example of how to integrate Alice Onboarding iOS SDK into an application.
Alice Onboarding iOS SDK is a collection of software development tools to make easier the integration of Alice Onboarding service.
Its main features are:
- Automatic capture of documents and video selfie of the user in real time from the camera of your device.
- Communication with the onboarding API to facilitate rapid integration and development.
- Management of the onboarding flow configuration: requested documents and order.
To started with the iOS sample application that can be found in this Repo just follow the following steps:
Once you have downloaded this repository:
cd AliceOnboardingSampleApp
then install with cocoapods:
pod install
open the newly created AliceOnboardingSampleApp.xcworkspace and run the application.
To use with SPM open the AliceOnboardingSampleApp.xcodeproj and just press in Xcode File/Add Package Dependencies and add this two dependencies:
- AliceOnboarding min version > v2.0.0
- TransitionButton with Dependency Rule -> Branch with value master
Refer to https://docs.alicebiometrics.com/onboarding/sections/mobile_client_side_sdks/ios/