tink-ab / tink-demobank-auth-ios

Tink Demo Bank Authenticator app for iOS for testing app-to-app redirects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tink Demo Bank Authenticator iOS

Tink Demo Bank is a new way of testing with dynamic test cases in Tink. Tink Demo Bank can be used to test common and custom use cases with realistic account data, balances and transactions, without having to enter real bank credentials.

In order to properly test an app-to-app redirection flow you also need this companion app that works as an authenticator towards the Tink Demo Bank. This allows you to simulate and verify that this type of provider works well with your implementation.

The exact providerName of providers that simulate this flow are in the format xx-demobank-open-banking-app-to-app where xx is the market code (eg uk).

Requirements

Installation

Open Demobank Authenticator.xcodeproj. If you only want to build the app for a simulator, you can simply choose the device model you want in the dropdown list and press Run.

If you would like to build to your device you need to connect it to your Mac and choose it in the dropdown list. In order to run on a real device you will need to log in to your Apple ID in Preferences and select a Team on the Signing & Capabilities pane of the project editor. The easiest way to get started is to also let Xcode handle signing by enabling Automatically manage signing and selecting your Personal Team as the team for the project.

For a more thorough explanation on how to set up Xcode, refer to Apple's documentation.

About

Tink Demo Bank Authenticator app for iOS for testing app-to-app redirects.

License:MIT License


Languages

Language:Swift 99.3%Language:Makefile 0.7%