WebView
Overview
To quickly get started with the onboarding integration, you can fire up a WebView on your application, with the AiPrise onboarding URL.
The WebView integration allows your users to verify their identity in a mobile app with the Android WebView or iOS WKWebView.
AiPrise hosts the entire flow on its servers so PII never flows through your app. Whenever a user enters the WebView, they are assigned a unique session id. You can monitor the progress using this session id as they go through various verification screens.
References for loading WebView in your app:
- Android Guide: https://developer.android.com/guide/webapps/webview
- iOS Guide: https://developer.apple.com/documentation/webkit/wkwebview
- Web Platforms: You can use the equivalent of a link tag to open a new tab/window.
Updated 11 months ago