Skip to main content

OpenID and UID

Game OpenID

Game OpenID refers to the unique identifier of a player within a specific game.Each game account has one and only one OpenID, regardless of how many characters the player may have in the game.

UID

UID is the unique identifier for a player in a specific channel (such as Google, Apple, Facebook, etc.), provided by the channel operator, and is used to identify the player's identity on that channel.

Binding Rules

  • The same game can be bound to different channels:
    The same game OpenID can be bound to multiple different channels, allowing players to log in to the game through any UID (such as Google and Apple). The system will identify the same OpenID and load the corresponding player data.

  • Only one UID can be bound per channel:
    For the same login channel (such as Google), each game OpenID can only be bound to one UID.Even if the player has multiple accounts on that channel, only one can be bound.

  • Guest account binding to other login channels:
    For games that allow guest login, a game OpenID will be generated when the guest logs in. When the player later chooses to bind a social account or another channel, the channel ID will be bound to this game OpenID, and the player can subsequently log in to the game using the bound channel account.