When testing deferred deep linking on iOS (installing the app via a deep link), the OnDeepLink method returns Deep link not found. However, the same functionality works as expected on Android — the app is correctly redirected based on the deep link parameters.
Additionally, once the app is installed on iOS, deep links function correctly when opening the app directly. The issue occurs only during the installation phase (deferred deep linking).
Could you please provide possible reasons for this behavior? Below are the key details:
Description:
AppsFlyer Unity version: "6.13.0",
Platform: iOS (issue during installation phase with deferred deep linking)
Android: Deferred deep linking works fine.
iOS (after installation): Deep linking works as expected.
When testing deferred deep linking on iOS (installing the app via a deep link), the OnDeepLink method returns Deep link not found. However, the same functionality works as expected on Android — the app is correctly redirected based on the deep link parameters.
Additionally, once the app is installed on iOS, deep links function correctly when opening the app directly. The issue occurs only during the installation phase (deferred deep linking).
Could you please provide possible reasons for this behavior? Below are the key details:
Description: AppsFlyer Unity version: "6.13.0", Platform: iOS (issue during installation phase with deferred deep linking) Android: Deferred deep linking works fine. iOS (after installation): Deep linking works as expected.