Android SDK
The Quiltt Android SDK provides Components for seamless integration of the Quiltt Connector into your Android app.
Documentation
For full documentation, additional examples and the source code, see the Quiltt Android SDK on Github.
Link to this section#Install
Link to this section#Maven Central
Link to this section#Setting up OAuth
Quiltt always prioritizes OAuth-based connections, which require your user to be provide consent on their institution's website or app, and then be redirected back to your app. This means that your application needs to be able to gracefully handle this redirect by returning them to Connector flow in your app.
For production Environments, you must pass always a https://
URL to oauthRedirectUrl
. This URL must be a valid App Link that can launch your app, like https://app.mydomain.com/connect_bank
.
Please see the Android App Links guide for more information.
For local development, you can use http://
. We recommend using a tunneling service like Ngrok.
https://*.callback.quiltt.io