FACEKI Identity Verification KYC V2
  • Getting Started
  • Integrations
  • Quick Guides
    • Dashboard
    • SDK Settings
    • Verification Settings
    • Verification Monitoring
    • Integration Setting
    • Image Guidelines
  • API Integration
    • Verification APIs
      • Generate Token
      • Get KYC Rules
      • Single KYC Verification
      • Multiple KYC Verification
      • KYC Summary API
      • Generate KYC Link
      • Get KYC records by Link
      • Get KYC records By Reference ID
      • Get KYC records By RequestID
      • Face Match API (💲)
  • Data Fields
    • Verification Data
    • Error Codes
  • Mobile SDK
    • Flutter SDK / Plugin
    • React Native SDK / Plugin
    • Native iOS SDK
    • Native Android SDK
  • Web SDK
    • React
    • Angular
    • HTML
    • Laravel
  • API Libraries
    • NodeJS API Library
    • Python API Library
    • .NET API Library
  • Starter Kits
    • React Native Starter Kit
  • No Integration Option
    • Zero Integration
  • Need Help?
    • Support
      • Support Ticket
      • Skype
      • Email Support
    • Community
    • FAQ's
Powered by GitBook
On this page
  • Let's Get your iOS App running with FACEKI SDK
  • Requirements
  • Steps
  • iOS CocoaPod Integration
  • Apple Developer Account Setup
  • Arabic Language
  • Edit Splash Screen
  1. Mobile SDK

Native iOS SDK

iOS is a mobile operating system created and developed by Apple Inc. exclusively for its hardware.

PreviousReact Native SDK / PluginNextNative Android SDK

Last updated 1 year ago

The latest Stable Version is V2.0

Let's Get your iOS App running with FACEKI SDK

Requirements

  1. Xcode 13

2. iOS CocoaPod

Steps

iOS CocoaPod Integration

1. Create a new Xcode Project.

2. Choose app in-app template.

3. Add unique Bundle Identifier, set product name and organization identifier.

Apple Developer Account Setup

4. Create an Apple Developer account ID and login & Select Identifiers and click + icon.

5. Select App IDs in Certificates, Identifiers & Profiles Tab.

6. Select App as a type.

7. Add your bundle ID mentioned in the project created and description. Now select App groups in the capabilities.

8. Go to signing and capabilities and select teams with Apple developer account linked to it and. Click on the capabilities button.

9. Select app groups in capabilities

10. Add App group - “ ”

12. Click on the hidden eyes and securely copy the Client ID (token).

Please don't share the token with anybody, highly secure and confidential

13. Copy the Client ID from the project and keep it safe and secure

15. Create a new Xcode Project with a View Controller

16. To run the example project, clone the repo, and run pod install from the Example directory first.

17. To install KYC-iOS-Native POD, simply add the following line to your Podfile:

pod 'KYC-iOS-Native', :git => 'https://github.com/faceki/KYC-iOS-Native.git'

18. Edit the source file in which you want to initiate Faceki SDK with your email and token, user can Simply add a button in his Project to initiate the Pod Library, the user needs to copay paste this code in his code file.

let smManagerVC = Logger.initiateSMSDK(setClientID : "YOUR_FACEKI_CLIENTID", userEmail: "YOUR_FACEKI_EMAIL") navigationController?.pushViewController(smManagerVC, animated: true)You can also check out FACEKI's Github 

19. User needs to give Camera Usage permission in info.plist of Xcode project.

Good to know: depending on the product you're building, it can be useful to explicitly document use cases. Got a product that can be used by a bunch of people in different ways? Maybe consider splitting it out!

Arabic Language

To disable the Arabic language, then after you install POD, In "KYC-iOS-Native" folder there is "MainFACEKI.storyboard" open that file you will see two localize string files.

MainFACEKI.strings(Arabic) & MainFACEKI.strings(English)

Copy Text of English file and then paste that into Arabic file (First clean all texts from Arabic File)

Edit Splash Screen

To change the Splash screen, just replace the image with your splash image here

"/Assets/Splash.png"

adds powerful new team development features, perfect for working with Xcode Cloud as well as with GitHub, Bitbucket, and GitLab collaboration features. Initiate, review, comment, and merge pull requests directly within Xcode. See your teammates’ comments right inside your code. And quickly compare any two versions of your code files.

is a dependency manager for Swift and Objective-C Cocoa projects. It has over 87 thousand libraries and is used in over 3 million apps. CocoaPods can help you scale your projects elegantly.

View steps first

11. To use Faceki API, you need to register any of then access >> Integration >>

14. Faceki Framework is available through

Xcode 13
CocoaPods
Faceki packages on the link
Dashboard
Client-ID
Github link
Quick Guide
GitHub - faceki/Native-iOS-KYC-V2GitHub
CocoaPods.orgCocoaPods Guides
Apple Developer Documentation
Logo
Logo
Logo