[PUN2] Android: System.Net.Sockets.SocketException: No such host is known

Options
Using PUN 2 On windows it works fine, but when I build to Android I get the following.

Connect() to 'ns.exitgames.com' () failed: System.Net.Sockets.SocketException: No such host is known

at System.Net.Dns.hostent_to_IPHostEntry (System.String h_name, System.String[] h_aliases, System.String[] h_addrlist) [0x00000] in :0
at System.Net.Dns.GetHostByName (System.String hostName) [0x00000] in :0
at System.Net.Dns.GetHostEntry (System.String hostNameOrAddress) [0x00000] in :0
at ExitGames.Client.Photon.IPhotonSocket.GetIpAddress (System.String address) [0x00000] in :0
UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
UnityEngine.Logger:Log(LogType, Object)
ExitGames.Client.Photon.SocketUdp:DnsAndConnect()

Comments

  • Require internet access in Unity has been set to Required.

    I also tried adding a custom AndroidManifest.xml to force internet access to no avail.