TikTok supports various deeplink formats to ensure compatibility across different platforms and devices:
Apple's Universal Links: These are links that provide a seamless experience for users on iOS devices. For example, https://yourappdomain.com/path/to/content
Android's App Links: These links work similarly to universal links but are tailored for Android devices. For example, https://yourappdomain.com/path/to/content
Scheme Links: These are traditional deeplinks that use custom Uniform Resource Identifier (URI) schemes to open the app. For example, yourappscheme://path/to/content