BACKND BaseGame User ManagementGuest AccountLook up Guest ID in the deviceVersion: 5.11.8On this pageGetGuestIDpublic string GetGuestID();DescriptionThe guest ID stored in the device is looked up. Examplestring id = Backend.BMember.GetGuestID();Debug.Log("ID stored in the local device :" + id);