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

KeyTypeDescription
key
required
stringThis is your Alloy SDK key. It can be found in the settings section of your Alloy dashboard
journeyToken
required
stringYour Journey Token can be grabbed from the Journey page on your Alloy dashboard
JourneyApplicationTokenoptionalSpecific application of a Journey
isSingleEntitybooleanUse this parameter if you want to send each entity their own portion of the step up process
entityTokenstringRequired if isSingleEntity is true.
externalEntityIdstring
productionbooleanIndicates if you are hitting sandbox or prod API endpoints
colorjson
customStylejson

🚧

Be sure to configure your application to enable use of the Camera and Live video recording