Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.96 KB

README.markdown

File metadata and controls

52 lines (34 loc) · 1.96 KB

Platform Languages Build Status

Tink Connect Example for iOS

This is an example app that demonstrates how you can integrate your apps with the Tink API.

Installation

The application requires a Tink API developer account and a server component to run.

Prerequisites

  1. Create your developer account at Tink Console
  2. Follow the getting started guide to retrieve your client_id and client_secret
  3. Add a deep link to the example app (demo://authorize) to the list of allowed redirect URIs

Example server

  1. Clone the web & server example for Tink Connect
$ git clone https://github.com/tink-ab/tink-connect-example
  1. Run
$ export REACT_APP_CLIENT_ID="<CLIENTID>"
$ export REACT_APP_CLIENT_SECRET="<SECRET>"
$ npm install && npm run server

Example app

  1. Open TinkConnectExample.xcodeproj and run the target
  2. Update Constants.swift with your client identifier
  3. Build & run

Resources

Support

👋 We are continuously working on improving the developer experience of our API offering. Contact us for support, questions or suggestions.