Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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. NOTE:

Note

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.