Deep link with variable query on branch.io

前端 未结 1 911
滥情空心
滥情空心 2021-01-19 18:35

We are considering using branch.io for the social sharing aspect of our app. I\'m also wondering whether I can use it for the password reset flow. This is to get around the

相关标签:
1条回答
  • 2021-01-19 18:58

    Full disclosure, currently employed at Branch.

    You can certainly create a single link and append query parameters like you have in your example, but you'll need to integrate the Branch SDK & make sure you've set up an account. More info on creating those types of links here.

    Branch uses a reserved keyword called "$deeplink_path" that allows you to specify the portion that comes after "frock://". Simply do the following:

    https://bnc.lt/a/key_live_xxxx?$deeplink_path=%2Freset-pw%3Ftoken%3Dabc

    and Branch will pass through that token key value pair. (again, assuming you've set the SDK up and registered for an account).

    0 讨论(0)
提交回复
热议问题