If I understand this right it’s mostly meant for deep linking. Can more examples be posted for this? How to send messages? How to open other apps? Or maybe I’m misunderstanding and this is for opening apps from web-sites? I’ve not looked into IAC much before today.
Instead of doing a directly link like your example I think it would probably be a good idea to first detect if the user is on a for example iOS device if possible, and then do something like one of the examples here:
I need to test more and see what works well enough.
I’m working on chapter for this in book at the moment, and am noticing that it seems the Android manifest file is already ready to go for IAC, but that the Info.plist file needs some small changes?
I’m not sure if CFBundleURLName is required but I saw it elsewhere, and it doesn’t seem to have to match your app. I’m testing this soon. Does it look right? Could you check other apps that use IAC for iOS and see exactly what the Info.plist has for this section?
Testing these for Android and iOS myself soon.
The Info.plist could be populated with a value that can be set in the game.project file later maybe?