You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
We implemented deferred deep linking on Android and iOS about one and a half months ago. After some updates, the deferred deep linking is not working on iOS, whereas it is working well on Android. Specifically, the onDeepLinking function consistently gives DeepLinkResult with the status of "NOT_FOUND". The onInstallConversionData gives some valid information that implies the connection between the app and the server is not lost. We think it might be related to recent updates, but we have not figured it out yet. How can we resolve this?
Here is the code for the deferred deep linking we implemented.
Describe the bug
We implemented deferred deep linking on Android and iOS about one and a half months ago. After some updates, the deferred deep linking is not working on iOS, whereas it is working well on Android. Specifically, the onDeepLinking function consistently gives DeepLinkResult with the status of "NOT_FOUND". The onInstallConversionData gives some valid information that implies the connection between the app and the server is not lost. We think it might be related to recent updates, but we have not figured it out yet. How can we resolve this?
Here is the code for the deferred deep linking we implemented.
Expected behavior
Get DeepLinkResult with the status of "FOUND"
Smartphone (please complete the following information):
Additional context
appsflyer_sdk version: 6.13.0+2
flutter version: 3.22.2
The text was updated successfully, but these errors were encountered: