SCHEME://open
2 - SCHEME://magic
The first one is a generic URL used to open your app, and the second one is used during the authentication flow; alternatively, you can configure a different redirect URI and the second (authentication) URL will never be invoked. For example, if your SCHEME is pizzaco, then the default URLs your app needs to handle are pizzaco://open and pizzaco://magic.
Info.plist
file:
Where {SCHEME}
is your own merchant scheme provided by Thanx. In general, this
is the merchant’s handle
.
You can find more information in the Apple documentation
intent-filter
with the following properties for the main activity in the Manifest.xml
file:
Where {SCHEME}
is your own merchant scheme provided by Thanx.
You can find more information in the Android Developer documentation