Loading...
Loading...
The Quiltt Android SDK provides Components for seamless integration of the Quiltt Connector into your Android app.
For full documentation, additional examples and the source code, see the Quiltt Android SDK on GitHub.
Quiltt always prioritizes OAuth-based connections, which require your user to 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 the Connector flow in your app.
For production Environments, you must always pass a https:// URL to appLauncherUrl. 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