Gamebase SDK for Unity  1.1.5
Toast Gamebase Platform

◆ SetStoreCode()

static void SetStoreCode ( string  storeCode)
static

This is a method for set up the store.

In normal cases, This method is not needed. You should set this value for using a specific store.

Parameters
storeCodeRepresents store that item is registered and where you can buy item.
public void SetStoreCode(string storeCode)
{
Gamebase.Purchase.SetStoreCode(storeCode);
}