What is a deep link?
A deep link is a way to directly open an app from a link, typically from a website or another app. You can learn more here.
Does my app have deep linking capabilities?
Yes. Each app has its own unique URL that can be opened from a user's phone.
How do I find the link to open my app?
iOS
- Find your app's "Bundle ID." This can be found by searching for your app on this site. The Bundle ID should look something like "com.dashride.clients.MyAppName"
- The link will be: "BundleID://". For example, your deep link should look something like "com.dashride.clients.MyAppName://"
Android
Coming soon.