Skip to content

Question: How to detect that deferred deep link check is completed, and no deep link data is there #588

@amberv0

Description

@amberv0

Hello!
I just configured UDL with react-native-appsflyer@6.15.1 and everything seems to be working smoothly so far.
But I can't find a way to detect when the deferred deep link check is completed.

Basically, I'm trying to implement a scenario where I'm showing a splash screen until I know there is no data coming from a deep link (currently it's onDeepLink). If there is some (deferred) deep link data, I'd show one screen, and a different screen otherwise.

Currently I see no way to achieve what I want without some random setTimeout with a check that onDeepLink has been called, but it's not optimal since it can possible take a while if user has bad internet connection.

Am I missing something?

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions