Hello,
In our game we are getting leaderboards with profile constrains: DisplayName and AvatarUrl . But apparently ShowAvatarUrl constraint is causing an Invalid view constraints error in the same code that was working before ( moth ago store published game started failing )
Any ideas about this new issue?
Also tried from Web API and showing the same behavior when trying to use ShowAvatarUrl
Answer by Brendan · May 05, 2017 at 11:05 PM
In order to use the profile constraints from the Client API call, you first must set up the permissions for profile constraints in your title (Settings->Profile View Constraints). This is to ensure that the client cannot request information about other players that you do not want exposed.
We'll be updating shortly with a clear error code for this case.
Looks like this error is still the same, ended up coming here to solve the problem.