iOS online subsystem for master server functionality?

Hi,

We are building a multiplayer game for iOS in Unreal Engine 4.20.3
We want to use dedicated servers, built in Unreal.
We’ve found some information about iOS online subsystem for master server functionality, usable in Unreal.
Does anyone have information if this works already?

@rbskft Did you ever find a solution? Currently I am trying to connect ios mobile to a PS server/master. android has no issues though

Here’s what worked for me: in your Config/DefaultEngine.ini file, make sure to have

[OnlineSubsystem]
DefaultPlatformService=NULL

Do the same in Config/IOS/IOSEngine.ini (make it if it doesn’t exist). Adding this allowed me to join a multiplayer game from iOS