지원 프로그램
home
슬기로운 데모생활
home

1. Initialize Matchmaking

태그

Call the initialization method

After filling in the necessary values to initialize the matchmaking SDK, call the SDK.Initialize method.
using Stove.PCSDK.NET.Matchmaking; bool result = SDK.Initialize(); if (true == result) { // Here, after successful initialization, the game logic } else { // handle initialization failure here }
Plain Text
복사
You must log in to the STOVE Client before calling the SDK.Initialize method. Otherwise, initialization will fail.

How to check when initialization fails

You can check the reason for the error in the log folder (./log) matchmaking_xmpp_date.log file.