Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
amberv0 opened this issue Nov 17, 2024 · 2 comments
Labels

Comments

@amberv0
Copy link

amberv0 commented Nov 17, 2024

Hello!
I just configured UDL with [email protected] 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!

@al-af
Copy link
Contributor

al-af commented Nov 21, 2024

Hi @amberv0,

Thank you for reaching out!

From what I understand, you’d like to use the splash screen phase to determine, based on the deep link data, whether it’s a first launch and redirect the user to the appropriate page accordingly.
Could you clarify where you’re initializing the SDK? Is the SDK being started during the splash screen or only after it?
For more tailored assistance with your use case, I recommend contacting support for detailed guidance.

@al-af al-af added the support label Nov 21, 2024
Copy link

👋 Hi @amberv0 and Thank you for reaching out to us.
You can contact AppsFlyer support through the Customer Assistant Chatbot for assistance with troubleshooting issues or product guidance.
To do so, please follow this article.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants