I’m trying to get deep links to work for my mod-calls system. Simply, I want players to be able to send a report off-platform with a webhook for moderators to read, join, and apply appropriate moderation actions. Everything works, up until the link to join the game.
I was reading up on deep links and figured I could use the gameInstanceId parameter to allow them to join straight into the game using the JobId. Unfortunately, the link only works in protocol form (not URL).
Example URL: /games/start?placeId=99342262733194&gameInstanceId=00000000-0000-0000-0000-000000000000 (fill in zeros with game.JobId)
Is this intended, or is it a bug? I can obviously work around this using launchData but it would be nice for the engine feature to actually work as intended. Thanks!
It prompts and goes into game just fine for me. The issue is that it doesn’t respect the gameInstanceId. Instead it decides to just dump me in the game like I pressed the play button
I remember seeing some advice when deep links were released that providing the launchData parameter (even if it’s empty) fixed it for some people who were having issues. Could you try that?