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
pod 'YotiDocumentScan' // Include if`YotiSDKIdentityDocument` is included and to support identity document OCR
74
+
pod 'YotiNFC' // Include if`YotiSDKIdentityDocument` is included and to support identity document NFC
73
75
pod 'YotiSDKIdentityDocument' // Optional
74
76
pod 'YotiSDKSupplementaryDocument' // Optional
75
77
pod 'YotiSDKFaceTec' // Optional
@@ -78,7 +80,7 @@ end
78
80
```
79
81
In addition, you should add [`NSCameraUsageDescription`](https://developer.apple.com/documentation/bundleresources/information_property_list/nscamerausagedescription) to your `Info.plist`.
80
82
81
-
And if you have included `YotiSDKIdentityDocument` in your target, make sure to also:
83
+
And if you have included `YotiNFC`in your target, make sure to also:
82
84
- Add [`NFCReaderUsageDescription`](https://developer.apple.com/documentation/bundleresources/information_property_list/nfcreaderusagedescription) to your `Info.plist`
83
85
- Add [`com.apple.developer.nfc.readersession.iso7816.select-identifiers`](https://developer.apple.com/documentation/bundleresources/information_property_list/select-identifiers) to your `Info.plist` and include [`A0000002471001`](https://www.icao.int/publications/Documents/9303_p10_cons_en.pdf) as an application identifier for your app to support
84
86
- Turn on [`Near Field Communication Tag Reading`](https://developer.apple.com/documentation/corenfc/building_an_nfc_tag-reader_app) under the Signing & Capabilities tab for your project’s target
@@ -134,11 +136,12 @@ Code | Description
134
136
2000 | Unauthorised request (wrong or expired session token)
135
137
2001 | Session not found
136
138
2002 | Session expired
137
-
2003 | SDK launched without session Token
138
-
2004 | SDK launched without session ID
139
+
2003 | SDK launched without a session token
140
+
2004 | SDK launched without a session id
139
141
3000 | Yoti's services are down or unable to process the request
140
142
3001 | An error occurred during a network request
141
143
3002 | The user did not have a network connection
144
+
3003 | A network request timed out
142
145
4000 | The user did not grant permission to the camera
143
146
4001 | The user submitted a wrong document
144
147
5000 | The user's camera was not found and file upload is not allowed
0 commit comments