Gamebase SDK for Unity  2.2.2
Toast Gamebase Platform

◆ GetCountryCode()

static string GetCountryCode ( )
static

Gets the country code.

First, get the country code set in USIM, and if there is no USIM, get the country code set in the device.

Since
Added 1.4.0.
Returns
The country code.

Example Usage :

public void GetCountryCode()
{
string countryCode = Gamebase.GetCountryCode();
}