iOS Webview
Alloy's iOS Webview allows you to integrate with any of Alloy's web enabled document verification plugins.
Example Project
To get started, clone and open in Xcode the example located at https://github.com/alloy-samples/quickstart-app-ios
You will need to set up your own key and JourneyToken, but the example is preloaded with a template.
Installation
We support using Swift Package Manager for iOS integrations. To integrate Alloy with your project, in Xcode, add the package located at https://github.com/UseAlloy/alloy-codeless-lite-ios
The current version is v1.0.1
Parameters
Key | Type | Description |
---|---|---|
key required | string | This is your Alloy SDK key. It can be found in the settings section of your Alloy dashboard |
journeyToken required | string | Your Journey Token can be grabbed from the Journey page on your Alloy dashboard |
JourneyApplicationToken | optional | Specific application of a Journey |
isSingleEntity | boolean | Use this parameter if you want to send each entity their own portion of the step up process |
entityToken | string | Required if isSingleEntity is true. |
externalEntityId | string | |
production | boolean | Indicates if you are hitting sandbox or prod API endpoints |
color | json | |
customStyle | json |
Be sure to configure your application to enable use of the Camera and Live video recording
Updated 25 days ago