simonlevy5 / plaid-ios-link

Plaid Link experience built natively for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Platforms License

plaid-ios-link

Plaid Link experience built natively for iOS. For more on Plaid Link, please see https://github.com/plaid/link

This project is currently under active development.

Demo

Demo

https://www.youtube.com/watch?v=Brnwkmj4v60

Usage

For development: The plaid-ios-sdk (https://github.com/vouch/plaid-ios-sdk) is required to use this. There are two options:

  1. Use the Cocoapods and run the following command: pod install
  2. Download the plaid-ios-sdk project and add the following to your Podfile: pod 'plaid-ios-sdk', :path => 'path_to_project'

The second option allows for developing against the local version of the SDK if changes are required.

Project Tasks

  1. Documentation & Usage
  2. Address known issues

Known issues

  • Not showing account recovery or locked out links

License

plaid-ios-link is released under the MIT license. See LICENSE for details.

About

Plaid Link experience built natively for iOS

License:MIT License


Languages

Language:Objective-C 99.1%Language:Ruby 0.9%