Skip to content
This repository has been archived by the owner on Nov 4, 2021. It is now read-only.

tink-ab/tink-link-web-ios-example

Repository files navigation

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 redirect URIs under your app's settings

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
  2. Update Constants.swift with your client identifier
  3. Build and run

Resources

Support

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

About

An example iOS app demonstrating integration with the Tink API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published