Redirecting to a specific page on a website by clicking on a link shared by Mobile through Branch.io

I have video sharing and content sharing for my iOS application with Branch.io deeplinking. When I share my content from mobile to social networks, and any user clicks on the same link from the desktop, I would like to redirect them to a specific page on the website. How can i achieve this?

+6
source share
1 answer

Alex from Branch.io here: this is done using the channel control parameter $desktop_url . You can read about how to use it on this documentation page.

+1
source

Source: https://habr.com/ru/post/1012829/


All Articles