Hello,
With iOS26, you can use Apple Games to open your game with a deep link, which looks like this: https://games.apple.com/us/activity/start?a=xyzxzyxzy
I never found out how to use deep links, so this also doesn’t work for me. I am checking for:
Runtime:addEventListener(“system”, onSystemEvent)
Runtime:addEventListener(“universalLinks”, universalLinksListener) => Scott’s universalLinks plugin
local launchArgs = …
But none of this works. Does anyone have an idea?