Can't connect in Androind

Options
Hi everyone, I build my multiplayer game for android and my game don`t want to connect in android devices, but in PC all fine.
image

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    Hi @Harlampey,

    Thank you for choosing Photon!

    Make sure the application has the required permissions.
    Make sure the Android devices are connected and can reach Photon servers.

    Maybe add a disconnection callback and check logs:
        public override void OnDisconnected(DisconnectCause cause)
        {
            Debug.LogErrorFormat("OnDisconnected {0}", cause);
        }