Skip to content

A sample app demonstrating Verisoul webview integration with Native IOS

Notifications You must be signed in to change notification settings

verisoul/native-ios-sample-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

native-ios-sample-app

Overview

This repo provides a working example of integrating Verisoul's webview into an IOS native app

The app opens the hidden webview and loads the Verisoul webview. The app then listens for a secure session_id from the webview and makes an API call to the Verisoul API to retrieve the account prediction. The API call is included as an example but in production this should be done on your backend.

To run the app a Verisoul API Key is required. Schedule a call here to get started.

Quickstart

  1. Download and install the latest Xcode

  2. Clone this repo

git clone https://github.com/verisoul/native-ios-sample-app.git
  1. Open the project in Xcode and update the following variables
  • Update projectId with your project id in the ViewController.swift file
  • Update apiKey with your api key in the ZeroFakeDemo.swift file
  1. Save the changes and select the simulator or plug in your IOS device and click Run

About

A sample app demonstrating Verisoul webview integration with Native IOS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published