Make-a-Link Wizard
Learn How to Make a Branch Link!
Should app users be sent to the app or mobile web?
App
- what does this mean?
Branch links by default will open the app (iOS or Android) with a single link.
Mobile Web
- what does this mean?
Branch links by default open the app for app users. We'll need to add a parameter for the link that forces mobile web to open instead. That parameter is $web_only=true. Additionally, for Android, you need to add _webonly and /e/ to the app.link subdomain. For example, https://test.app.link/abc would become https://test_webonly.app.link/e/abc
Back
Next