plaid-ios-link 0.2.1

plaid-ios-link 0.2.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Jul 2016

Maintained by Simon Levy, Simon Levy.



  • By
  • Simon Levy

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. Move test targets to subproject
  3. Address known issues

Known issues

  • Copy in login inputs aren't desirable (Using hardcoded strings vs. institution-specific values)
  • Error messages are being pulled from API
  • Not showing forgot password, account recovery, or locked out links
  • Need better loading states for very long loading situations

License

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