Troubleshoot Deep Links FAQs
- 8 Articles
- Updated on Mar 6, 2025
- Published on Feb 25, 2025
Yes, you can link from another app into your app, and only your app needs the Branch SDK integrated. There are 3 ways to embed links: Embed Quick Link from the target app’s dashboard . Use the Deep Linking API to create a link with the tar...
- Published on Feb 14, 2025
Make sure you are clicking on a deep link (e.g. https://example.app.link/fzmLEhobLD ) Make sure you are not pasting a deep link in the address bar (in most cases, deep links must be clicked on) Make sure the deep link is not wrapped (e.g. ...
- Published on Feb 14, 2025
Add ?debug=1 to the end of your deep link. For example: https://example.app.link/aQXXDHaxKF?debug=1
- Published on Feb 14, 2025
Add ?stats=1 to the end of your deep link. For example: https://example.app.link/aQXXDHaxKF?stats=1
- Published on Feb 14, 2025
We have found that our links don’t work with some Chinese ISPs. Here’s a list of the ones we have tested: China Mobile: Works as expected Chine Net: Works as expected Great Wall: Timeout error, ERR_TIMED_OUT on link response
- Published on Feb 14, 2025
Snap won't let you attach redirecting links to stories. The following work around disables the redirects until you get the link attached, and then re-enables them after you create your story. Create your Quick Link to be attached to your Snap ...
- Updated on Mar 6, 2025
- Published on Feb 25, 2025
This error message can show up when the link that you are trying to use as a redirection URL does not match the redirection allowlist set for your app. For example, we can create custom allowlists where links created for your app can only redirect ...
- Published on Feb 14, 2025
access_token and auth_token (along with AccessToken and AuthToken ) are reserved keys used to determine if a deep link is a valid Branch link. Attempting to use these names as query parameters could yield unexpected results, so we don't all...