Deep-linking is a type of action that can be triggered when the user open the push notification. It provides the ability to open a specific page within the app.
This document describes how to handling deep links with push notifications. For information on deep linking with In-App, seeĀ Inbox and In-App Action Handling for Android (Mapp Cloud)
DeepĀ Linking functionality has been updated with direct calling to the a method based on the delegate class provided to Appoxee iOS SDK. In our examples mentioned before, the delegate method will reside in AppDelegate.m
...