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
According to the README, the iOS side won't receive any event from Unity. In contrast, Android has setDeferredDeeplinkDelegate, which should trigger with a deferred deep link. I'm attempting to replicate the functionality of Firebase Deep Link. Therefore, I need to know how to read a deep link, regardless of whether it's on Android or not, and whether it's deferred or standard, irrespective of the case.
From what I understand, Adjust captures deep links with Unity's Deep Link. However, I couldn't find any event in Adjust to listen to that. Is there a way to read deep links with Adjust? Thanks.
The text was updated successfully, but these errors were encountered:
According to the README, the iOS side won't receive any event from Unity. In contrast, Android has setDeferredDeeplinkDelegate, which should trigger with a deferred deep link. I'm attempting to replicate the functionality of Firebase Deep Link. Therefore, I need to know how to read a deep link, regardless of whether it's on Android or not, and whether it's deferred or standard, irrespective of the case.
From what I understand, Adjust captures deep links with Unity's Deep Link. However, I couldn't find any event in Adjust to listen to that. Is there a way to read deep links with Adjust? Thanks.
The text was updated successfully, but these errors were encountered: