Define Deep Link in dashboard Engage/Settings/Configuration

I am testing Deep Linking in iOS by defining a deep link in the UA dashboard (in Settings-> Configuration), i.e. not via UA API. How should the URL template be defined based on the URL scheme I have defined in the apps info.plist and the path I will be looking for in the AppDelegate's openURL? 

Didn't find what you were looking for?

New post

Comments

3 comments

  • Reza,

    That is correct. The URL Template should be defined based off of how you have it set in your info.plist.

    So, for example, if my URL defined in my plist comes out to "vnd.urbanairship.sample://deeplink/", you would enter the very same thing in the dashboard.

    Now, if you have parameters that you're passing into the deeplink, for example "vnd.urbanairship.sample://deeplink/home/inbox?id=3", then the URL template in the dashboard would look more like "vnd.urbanairship.sample://deeplink/home/inbox?id={inbox_id}" where the "{inbox_id}" indicates that you can enter an inbox ID for that particular parameter.

    Comment actions Permalink
    0
  • Thanks Michael.

    Comment actions Permalink
    0
  • Reza,

    No problem!

    Comment actions Permalink
    0

Please sign in to leave a comment.