wind
1
Hi
Is there anymore detailed documentation about defold IAC? Like how to setup the app link that the app is listening on
Let say I want to listen to test-app:// url on Android, where should I specify the “test-app” text so the app know what to listen?
So far the docs that I found are these
britzl
2
Ah, yes, that is not very helpful documentation. There is a hint how to do it in the code example:
For the package name used in the example it should be a link looking like this:
com.defold.iac://testdata
Where com.defold.iac
is the package name while testdata
is the data you are receiving from the IAC callback in your game.