Closed matszafraniec closed 11 months ago
Hi @matszafraniec,
In order to see deferred deep link callback being triggered, deep link which was part of your tracker URL you used for testing needs to be sent to the SDK when install gets attributed to click on that tracker URL. For this to be tested you need to:
&deep_link=your-deep-link-content
parameter among other things).After this, install should be tracked and attributed to the click you just did, which should cause deferred deep link info to arrive to the SDK and SDK should ping your callback. You can also set SDK environment to sandbox and log level to verbose and obtain Adjust SDK logs for this test run - they can be helpful to see in case it still doesn't work for you after these steps.
Hello @uerceg . I'm in touch with Adjust support.
Hello,
I have an issue that deferredDeeplinkCallback not being called on app startup when I route user from deeplink through Google Play Store (I didn't check AppStore yet). Deeplinks are captured properly when the app is installed.
Here is my codebase:
I check it on the released production version to alpha channel in Google Play store.
Adjust_sdk: 4.33.0 Flutter version: 3.13.6 Dart version 3.1.3