Utilities

🔗 Deep Links

Creating and using deep links

The deep link general structure is as follows

qicardwallet://qicard/deeplink.htm?action=<action-name>&<action parameters>

For opening H5 Miniapps and passing data to them, use the following structure

qicardwallet://qicard/deeplink.htm?action=miniapp&miniappId=[0]&_griver_appended_url_part=[1]
Fields explanation
  1. Use the Miniapp ID, obtained from the Miniapps console.
  2. This part consists of the URL path, query string and fragment

WIP


As this is a URI and not a URL
It will not be clickable for the user.

Click this note to navigate on how to better integrate this into your system