Skip to main content
Version: SDK-5.11.4

Configure the BACKND SDK Inspector

On the BACKND Inspector window, you can set various values to use BACKND SDK.
Below is a detailed description of each value.

Server Settings

VariableDescription
Client App IDUnique game ID that identifies the game
Signature KeyKey required to encrypt data when exchanging game data with the server
Function Auth KeyKey for authentication when using BACKND Function
Package NameUnity Project packageName.
Is All PlatformThis setting value determines whether an OS other than Android or iOS devices is allowed.
If this value is not checked, an error is returned from the server when connecting from an OS other than Android or iOS.
Send Log ReportA value that determines whether additional logs will be stored on the server when a request is sent to the server.
If this value is checked, an additional log separate from the existing one is left when sending a request.
The new log is used to track errors later or to improve BACKND.
Checking this option will not cause much difference in response speed, but the response speed may become slightly slower if checked.
Rate Count ActiveRecords how many times BACKND methods were called based on each category while the client is running. This can be identified through Backend.RateCounter.GetRateCount().
Time Out SecDetermines the time to process as a timeout error when a request is sent to the server and there is no response within a set time(seconds).(Default: 100 seconds)

Error Handling

Settings valueDescription
Auto Refresh TokenWhether tokens will be automatically reissued upon expiry

Relevant error
statusCode : 401
errorCode : BadUnauthorizedException
message : bad bad,accessToken,,Invalid accessToken, Invalid bad, accessToken,, Invalid accessToken
Retry When Client Request Fail ErrorWhether requests will be retried up to three times upon request failure due to network instability

Relevant error
statusCode : 400
errorCode : HttpRequestException
message : An error occurred while sending the request(2)
Retry When Server ErrorWhether requests will be retried up to three times upon request failure due to server overload

Relevant error
statusCode : 500
errorCode : InternalServerError

statusCode : 502
errorCode : BadGateway
Retry When Bad Signature ErrorWhether requests will be retried up to three times upon the occurrence of a bad signature error

Relevant error
statusCode : 401
errorCode : BadUnauthorizedException
message : bad bad,signature,,Invalid signature, Invalid bad, signature,, Invalid signature

Device Id

VariableDescription
Init Fail When Device Id UnknownWhether the initialization will be handled as a failure when there is no DeviceId