Launch the iOS SDK
Last updated: October 28, 2024
After the callbacks have been implemented, you can call IProov.launch(...) to trigger the authentication claim. The iProov UI is then displayed.
Example code snippets: https://github.com/iProov/ios#launch-the-sdk
Parameter | Description |
---|---|
streamingURL
|
The iProov base URL according to your selected tenant or appropriate URL if you are using a reverse proxy implementation. |
token
|
The iProov token for this session. Your application should request this from your backend. |
options
|
(Optional) The iProov options object, see Customize the iOS user interface. |
Next step