Skip to main content
It is used to navigate users directly to a specific location or content within a mobile app.

Default Handling

By default, SDK passes the deep link callback to the AppDelegate/SceneDelegate method . If your application is running below iOS 13, then deep link callback is received in the AppDelegate methods:
If your application is above iOS 13, then a deeplink callback is received in the below SceneDelegate method:

Custom Handling

To receive the deeplink callback in the MoEngageInAppNativeDelegate , do pass MoEngageInAppConfig(shouldProvideDeeplinkCallback: true) while initializing the MoEngageSDKConfig object. Refer to the doc for callback methods.
SDK VersionCustom Deeplink Callback is supported MoEngageInApp @ 6.00.0.