Gamebase SDK for Unity  2.2.0
Toast Gamebase Platform

◆ SetStoreCode()

static void SetStoreCode ( string  storeCode)
static

Set the store code of the current app.

Since
Added 1.4.0.
Parameters
storeCodeInput store code.

Example Usage :

public void SetStoreCode(string storeCode)
{
Gamebase.Purchase.SetStoreCode(storeCode);
}