Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Implementing deep linking for your mobile application requires separate URI to access your app on each mobile platform that you intend to support. Sample implementation code for iOS and Android platforms are provided in the following sub-sections.

The commented sections in the sample codes are the attributes that can be modified by the implementation teams to implement deep linking. In order to avoid coding errors, it is necessary to ensure that the attribute values in the native side code and the client side code are similar.

  • Native Side Code - The purpose of the native side code is to call for the app features within the Canvas Technology.
  • Client Side Code - The purpose of the client side code is to call for the app features through the browser.


  • No labels