Share your ideas

Adding Deeplinking Support for Mobile

Multiple requests are being made for deeplinking support, additional descriptions are offered here -

iOS:

https://medium.com/wolox/ios-deep-linking-url-scheme-vs-universal-links-50abd3802f97

Android:

https://firebase.google.com/products/dynamic-links

  • Guest
  • May 14 2020
  • Future consideration
How will this idea be used?

Enhanced tracking for targeted marketing on mobile, parity with marketing offerings on email.

What is your industry? Non-Industry Specific
What is the idea priority? Medium
  • Guest commented
    June 10, 2020 16:59

    Specific Use Case From Customer:

    The goal is that every interaction with an custom domain link will bring the user into the app, if it is installed on his/her phone.

    We are already able to handle links like https://www.domain.com/, bypassing the system browser and leading the user directly into the apps.

    We also want to be able to handle our newsletter links, like e.g. http://links.example.com/ctt?custom_querystring_parameters. Therefore we need to prove, that we are the owner of the domain links.domain.com by placing two configuration files within that domain (one for iOS, one for Android).

    We need the apple-app-site-association and assetlinks.json files to be accessible from the following URLs:

    https://links.example.com/apple-app-site-association

    https://links.example.com/assetlinks.json

    Important: They must be accessible via https with a valid SSL certificate and need to be delivered with a Content-Type: application/json Response header without any redirection.

    Once iOS and Android verify that those files are in place, we will be able to finalize our deeplinking implementation.

    For more information, please visit :

    https://developer.apple.com/library/archive/documentation/General/Conceptual/AppSearch/UniversalLinks.html


    https://developer.android.com/training/app-links/verify-site-associations