I am developing an Oculus Quest app for release on the App Lab.
Previously, I was able to get the player's user name just fine via
Oculus.Platform.Users.GetLoggedInUser().OnComplete(getLoggedInUserComplete);
but recently that stopped working and now ...