Skip to content

daniellervik/tink-connect-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. Follow the getting started guide to create your developer account
  2. Retrieve your OAuth client credentials
  3. Update the list of allowed redirectUris with a deep link to your app:

$ curl -X PUT https://api.tink.se/api/v1/oauth/manager/client/<CLIENTID> -u "<EMAIL>:<PASSWORD>" -H 'Content-Type: application/json' -d '{ "redirectUris": ["http://localhost:3000/callback", "demo://authorize"] }'

Example server

  1. Clone the web & server example for Tink Connect

$ git clone https://github.com/tink-ab/tink-connect-example

  1. Run

$ CLIENT_ID=<CLIENTID> CLIENT_SECRET=<SECRET> npm install && npm run dev

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. For any questions or suggestions for improvement, contact us at [email protected].

About

Example iOS app demonstrating integration with the Tink API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%