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.
2. Key Error Handling
Relevant API | Error Code | Error Msg | Description |
---|---|---|---|
SendGroupTextMsg SendGroupCustomMsg SendPersonalTextMsg SendPersonalCustomMsg SendPublicChatTextMsg SendPublicChatCustomMsg | kBackendErrUnableUseChatting | Upper limit of credit score threshold | Ban From Using Chatting Feature for Player with Low Credit Scores. |
SendGroupTextMsg SendGroupCustomMsg SendPersonalTextMsg SendPersonalCustomMsg SendPublicChatTextMsg SendPublicChatCustomMsg | kBackendIErrUnableUseChattingDueAbnormalBehavior | Upper limit of credit score threshold | Ban From Using Chatting Feature for Player with abnormal behavior. |
AddFriend BatchAddFriends AcceptFriendRequest | kBackendErrUnableUseFriendService | Upper limit of credit score threshold | Ban From Using Friend Request Feature for Player with Low Credit Scores. |
AddFriend BatchAddFriends AcceptFriendRequest | kBackendErrUnableUseFriendServiceDueAbnormalBehavior | Upper limit of credit score threshold | Ban From Using Friend Request Feature for Player with abnormal behavior. |
CreateGroup AcceptGroupInvitation JoinGroup | kBackendErrUnableUseGroupService | Upper limit of credit score threshold | Ban From Using Group Feature for Player with Low Credit Scores. |
CreateGroup AcceptGroupInvitation JoinGroup | kBackendErrUnableUseGroupServiceDueAbnormalBehavior | Upper limit of credit score threshold | Ban From Using Group Feature for Player with abnormal behavior. |
SetMyName | kBackendErrUnableUsePlayerManageService | Upper limit of credit score threshold | Ban From Using Player Management Feature for Player with Low Credit Scores. |
SetMyName | kBackendErrUnableUsePlayerManageServiceDueAbnormalBehavior | Upper limit of credit score threshold | Ban From Using Player Management for Player with abnormal behavior |