Deep linking
kevin. mobile SDK supports deep linking for certain banks.
Setup
Deep linking is disabled by default. In order to enable it you will need to enable it in KevinHce plugin and setup your app deep links for your callback url in your AndroidManifest.xml
file.
1. Setup your callback url and enable deep linking:
2. Update your AndroidManifest.xml file with deep link for your callback url
We recommend to use non http/https
schemes for callback urls when deep linking is enabled. This is because on pre android 12 there could be multiple apps that could handle these urls like browsers and that could break the flow. You can read more about deep links here.
Last updated