iOS
This is an iOS-specific Face SDK installation guide. Before proceeding further, make sure you've read the Installation page and have selected the Core type to install.
Requirements
- The latest stable version of Xcode
- The minimum target is iOS 11.0
Installation
CocoaPods
To add the Face SDK using CocoaPods, include the following lines in your Podfile
file:
pod 'FaceSDK'
pod 'FaceCoreBasic'
pod 'FaceSDK'
pod 'FaceCoreMatch'
And then run:
pod install
Manual Integration
1. Download the latest API framework.
2. Download the latest Common framework.
3. Get the latest Core version:
4. Build and run the project.