Session join on android to android via hotspot

In the android multiplayer game, I want to create a session in android(A) and join the session by android(B) only connected through hotspot . Actually, the game works fine on pc but not on android. How do I make this work, every suggestion is appreciated thank you in advance.

1 Like

did it worked , i also need it.

IT WORKED JUST ADD SUBSYSTEM NULL TO DEFAULT.INI

can you be more specifi,its a headache for me

1 Like

Go to your project/config and edit your DefaultEngine.ini file. add or modify the Online subsystem as follows

[OnlineSubsystem]
DefaultPlatformService=Null

2 Likes