local session between game in editor and packaged game

Hey there

I have a project for which I set up a local multiplayer session system which works when starting the game with two instances in the editor. There I can host and join sessions no problem.

When I package the game however for android which is the platform I actually want to use it on I can’t find the hosted session. Is it that I can’t connect between these different platforms locally?

Any ideas?