You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-22Lines changed: 0 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,3 @@
1
-
> **Warning**
2
-
>
3
-
> **Starting June 2022, this repository is no longer being maintained.** The iProov iOS API Client is now made available directly as part of the [iProov iOS Biometrics SDK](https://github.com/iProov/ios).
4
-
>
5
-
> You should upgrade your Podfile from:
6
-
>
7
-
> ```
8
-
> pod 'iProovAPIClient', :git => 'https://github.com/iProov/ios-api-client.git'
9
-
> ```
10
-
>
11
-
> to:
12
-
>
13
-
> ```
14
-
> pod 'iProovAPIClient', :podspec => 'https://raw.githubusercontent.com/iProov/ios/master/iProovAPIClient/iProovAPIClient.podspec'
15
-
> ```
16
-
>
17
-
> For further details, see the [Upgrade Guide for SDK v9.4](https://github.com/iProov/ios/wiki/Upgrade-Guide#api-client).
18
-
19
-
---
20
-
21
1
# iProov iOS API Client
22
2
23
3
## Introduction
@@ -49,8 +29,6 @@ And then run `pod install`.
49
29
-`validate()` - Validates an existing token.
50
30
-`enrolPhotoAndGetVerifyToken()` - A helper function which chains together `getToken()` for the enrolment token, `enrolPhoto()` to enrol the photo, and then `getToken()` for the verify token, which you can then use to launch the SDK.
51
31
52
-
You can find the API-calling code [here](https://github.com/iProov/swift-api-client/blob/master/iProovAPIClient/Classes/APIClient.swift).
53
-
54
32
## Example
55
33
56
34
Example of using iProov API Client together with iProov to get a verify token for an existing user and then launch the iProov SDK to perform the verification using Genuine Presence Assurance:
0 commit comments