adjust / unity_sdk

This is the Unity SDK of
http://www.adjust.com
MIT License
149 stars 70 forks source link

[QUESTION] Usage Of Dynamic Link #298

Open jgerdoganakgun opened 2 weeks ago

jgerdoganakgun commented 2 weeks ago

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.