Versions Compared

Key

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

Deep-linking - is a type of action of that can be triggered when the user open the push notification. It provide provides the ability to open a specific page within the app.

...

Appoxee SDK will trigger deep linking in the same manner the iOS will trigger deep linking (Using URL Schemes to Communicate with Apps).

 

Deep linking can be sent using the following:

  • apx_dpl is supplied as an extra field key, with a valid URL scheme value
  • Sending a push action with a deep link action.

 

See example below:

...

The specific manner in which deep linking is utilized depends upon the version of the iOS SDK being used. Please use the appropriate directions based upon the version being used.