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
@@ -71,7 +71,7 @@ You can obtain API credentials by registering on the [iProov Partner Portal](htt
71
71
```ruby
72
72
pre_install do |installer|
73
73
installer.pod_targets.each do |pod|
74
-
if !['iProov', 'Starscream'].include?(pod.name)
74
+
if !['iProov'].include?(pod.name)
75
75
def pod.static_framework?;
76
76
true
77
77
end
@@ -82,21 +82,6 @@ You can obtain API credentials by registering on the [iProov Partner Portal](htt
82
82
end
83
83
end
84
84
```
85
-
86
-
3. **Enable module stability** - iProov and its dependencies require `BUILD_LIBRARY_FOR_DISTRIBUTION` to be enabled. Add the following `post_install` step (or add it to your existing `post_install` step if you have one already):
(1) Custom fonts are not currently supported and will be added in a future version of the React Native SDK.
240
-
241
-
(2) These options are deprecated and will be removed in a future release.
222
+
(*) Custom fonts are not currently supported and will be added in a future version of the React Native SDK.
242
223
243
224
### Filter Options
244
225
@@ -291,10 +272,15 @@ IProov listener error events will contain an `error` string within the events `p
291
272
|`camera_permission_error`| ✅ | ✅ | The user disallowed access to the camera when prompted. You should direct the user to re-enable camera access. |
292
273
|`server_error`| ✅ | ✅ | A server-side error/token invalidation occurred. The associated `message` will contain further information about the error. |
293
274
|`unexpected_error`| ✅ | ✅ | An unexpected and unrecoverable error has occurred. These errors should be reported to iProov for further investigation. |
275
+
|`unsupported_device_error`|✅ | ✅ | Device is not supported.|
294
276
|`multi_window_unsupported_error`|| ✅ | The user attempted to iProov in split-screen/multi-screen mode, which is not supported. |
295
277
|`camera_error`|| ✅ | An error occurred acquiring or using the camera. This could happen when a non-phone is used with/without an external/USB camera. |
296
278
|`face_detector_error`|| ✅ | An error occurred with the face detector. |
297
279
|`invalid_options_error`|| ✅ | An error occurred when trying to apply your options. |
280
+
|`user_timeout_error`|✅ || The user has taken too long to complete the claim.|
0 commit comments