Implementing Deep Linking

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.

Refer the following pages: