Overview
Last updated
Last updated
Integrating the Umiverse game SDK involves the following steps to ensure that your game can communicate with the SDK and take advantage of its features:
The next step is to configure the secret key and API domain on the UMI Game Console. This allows UMI to package requests based on the domain and secret key that you have configured.
game console:
API_KEY:
This is used by the game side when sending requests to the platform. Its purpose is to identify the source of the request, ensuring that the request is coming from a legitimate gaming platform. In simple terms, when the game sends data to the platform, it uses this KEY to sign the request.
API_SECRET:
This is used by the game side to verify the legitimacy of the data sent by the platform. When the platform sends requests or notifications to the game, the game uses the SECRET to validate the authenticity of the data, ensuring that the data sent by the platform has not been tampered with.
For example: When a player logs in, the platform sends a login request to the game. The game uses the SECRET to verify if the request is valid, ensuring that the data sent by the platform is correct and legitimate.
In simple terms:
• When the game sends data, it signs it using the API_KEY.
• When the game receives data from the platform, it verifies the data’s legitimacy using the API_SECRET.
The first step is to synchronize the UMI_UID to your game or platform. UMI_UID is used as a unique identifier for the user, which facilitates the interaction between your game and the UMI platform.
Establish a closer connection with UMI by integrating the Umiverse Points System (DivePoints), enabling you to unlock additional revenue opportunities and enhance player engagement.
For more information about DivePoints, please refer to the .