Skip to main content
Version: SDK-5.11.6

START

Update Notes

Incompatibility with BACKND Function 0.1.2

If you call BACKND Function 0.1.2 or an earlier version (released before December 28, 2021) from SDK 5.9.0,
the methods called from within the function will result in an error and not work properly.

You must upgrade BACKND Function to 0.2.0 before upgrading the SDK.

410 error issue when updating from SDK 5.6.0 and earlier versions

If you are updating from SDK 5.6.0 or an earlier version, all BACKND method calls may result in the 410 GoneResourceException error.
The error will not appear after relogging in, so please configure that the following login methods can be called:

  • Backend.BMember.CustomLogin
  • Backend.BMember.GuestLogin
  • Backend.BMember.AuthorizeFederation
  • Backend.BMember.LoginWithTheBackendToken
  • Backend.BMember.RefreshTheBackendToken
Note - 403 Forbidden logic update in SDK 5.8.0

From SDK 5.8.0, if the 403 Forbidden error occurs due to excessive requests, the local restricts sending further requests to the server for 5 minutes and 30 seconds; if a function is called during this time, the following error is returned:

statusCode : 403
errorCode : Forbidden
message : 403 Fornidden by Local

If you are using the previous messages to process the 403 error, use errorCode or the IsTooManyRequestError method.

Compression data unusable in SDK 5.11.0 - 5.11.3

When using compression data in SDK version 5.11.0 - 5.11.3, loading data with 0 added to the back of inDate will cause a fatal error that changes the inDate value.
If you wish to use compression data, please do so in SDK 5.11.4 or later versions.

User Information Management

1. GPGS V2 login function added

Probability Management

Draw probability lookup function added

You can now look up charts registered to the probability management.

Backend.Probability.GetProbabilityContents("fileId");

Common Error Cases

Fixed an issue in which the 'bad client_date' error would not occur even when the client is earlier than the server time

If the time between the client and the server is at least 10 minutes apart, the 'bad client_date' error occurs upon login.
Previously, however, the error would not occur even when the server time was 13:00 and the client time was 14:00.
As of February 27, 2024, the issue was fixed, and it will not persist even when the SDK is not updated (server update).

Apple Login SDK

Fixed an issue where the web view becomes deactivated when entering the background with Apple Login web view activated

An issue in which the web view is deactivated after entering the background with Apple Login web view activated has been fixed.
Previously, the game would proceed even when Apple login web view was activated, but after the update, the game will switch to the background state when the web view is activated.