Gamebase SDK for Unity 2.69.0
Toast Gamebase Platform
Loading...
Searching...
No Matches

◆ SetSandboxMode()

static void SetSandboxMode ( bool isSandbox)
static

Set SandboxMode.

(iOS Only)

Since
Added 1.4.0.
Parameters
isSandbox"true" if application is on the sandbox mode.

Example Usage :

public void SetSandboxModeSample(bool isSandbox)
{
}
static void SetSandboxMode(bool isSandbox)
Set SandboxMode.
Definition Gamebase.cs:2672
The Push class provides registering push token API to ToastCloud Push Server and querying push token ...
Definition Gamebase.cs:2581
The Gamebase class is core of Gamebase service.
Definition Gamebase.cs:11