Universal/App links and Defold (SOLVED)

In line with my other “What Can Defold Do?” questions; does Defold support iOS Universal Links and Android App Links?

These links take the user directly to a specific part of the app (if it’s installed) and to a web page (“install the app!”) if not.

Edit: Is this extensions handing the above? https://defold.com/extension-iac/

1 Like

I remember testing deep linking in the past and it did work. IAC is required.

2 Likes

The IAC extension will allow you to get information about how your app started. This is usually used when handling deep-linking.

1 Like

Maybe dumb question but how I do the communication the other way around?

The IAC extension provides a listener function to receive these notifications, but how I send a deep link to an external app from my Defold app? :thinking: