Skip to main content

Credit Score

1. Overview

Credit Score system is provided by Tencent ACE team, all the Tencent games released in China mainland must comply with Credit score standard.

If the players' credit score in the game does not meet the standard, they will be banned from using some specific social features. PGOS provides social features, and has the ability to respond to the credit score system to ban the features.

The following section shows the corresponding API error code and description. The game needs to parse the error message and display the corresponding pop-up window to notify players why they are banned and report the data to the ACE backend.

Please set the credit score configuration first on the portal.

image-20230630111007575

2. Key Error Handling

Relevant APIError CodeError MsgDescription
SendGroupTextMsg
SendGroupCustomMsg
SendPersonalTextMsg
SendPersonalCustomMsg
SendPublicChatTextMsg
SendPublicChatCustomMsg
kBackendErrUnableUseChattingUpper limit of credit score thresholdBan From Using Chatting Feature for Player with Low Credit Scores.
SendGroupTextMsg
SendGroupCustomMsg
SendPersonalTextMsg
SendPersonalCustomMsg
SendPublicChatTextMsg
SendPublicChatCustomMsg
kBackendIErrUnableUseChattingDueAbnormalBehaviorUpper limit of credit score thresholdBan From Using Chatting Feature for Player with abnormal behavior.
AddFriend
BatchAddFriends
AcceptFriendRequest
kBackendErrUnableUseFriendServiceUpper limit of credit score thresholdBan From Using Friend Request Feature for Player with Low Credit Scores.
AddFriend
BatchAddFriends
AcceptFriendRequest
kBackendErrUnableUseFriendServiceDueAbnormalBehaviorUpper limit of credit score thresholdBan From Using Friend Request Feature for Player with abnormal behavior.
CreateGroup
AcceptGroupInvitation
JoinGroup
kBackendErrUnableUseGroupServiceUpper limit of credit score thresholdBan From Using Group Feature for Player with Low Credit Scores.
CreateGroup
AcceptGroupInvitation
JoinGroup
kBackendErrUnableUseGroupServiceDueAbnormalBehaviorUpper limit of credit score thresholdBan From Using Group Feature for Player with abnormal behavior.
SetMyNamekBackendErrUnableUsePlayerManageServiceUpper limit of credit score thresholdBan From Using Player Management Feature for Player with Low Credit Scores.
SetMyNamekBackendErrUnableUsePlayerManageServiceDueAbnormalBehaviorUpper limit of credit score thresholdBan From Using Player Management for Player with abnormal behavior