question

appgame avatar image
appgame asked

Match->GetMatch Response Data - Revised

***

"[SELF]/Profile/" is Blocking Opponents Information.

Title->>Title Settings->>ENTITY GLOBAL TITLE POLICY->>

***

{

..."Action": "*",

..."Effect": "Allow",

..."Resource": "pfrn:data--*![SELF]/Profile/*",

..."Principal": "[SELF]",

..."Comment": "The default allow profile self access",

..."Condition": null

},

***

Retrieve information about a Opponent player from the Match/GetMatch response data returns "NotAuthorized"

1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

appgame avatar image appgame commented ·

<< Deleted >>

0 Likes 0 ·

1 Answer

·
Seth Du avatar image
Seth Du answered

Sorry but I cannot reproduce your issue because GetMatch API will return all the matched members, for example:

{
    "code": 200,
    "status": "OK",
    "data": {
        "MatchId": "xxxxxxxxxx",
        "Members": [
            {
                "Entity": {
                    "Id": "xxxxxxx",
                    "Type": "title_player_account",
                    "TypeString": "title_player_account"
                }
            },
            {
                "Entity": {
                    "Id": "xxxxxxxxxxx",
                    "Type": "title_player_account",
                    "TypeString": "title_player_account"
                }
            }
        ]
    }
}

What’s the title ID? How do you configure the the Matchmaking queue? Have you tried to use Entity.Members[1].Entity.Id to check the second player?

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.