: Developers register their game on the Feiying Management Console to receive a unique Game ID and configure specific channel parameters (e.g., Facebook App ID).
The Garena MSDK provides a plugin-based architecture, allowing developers to select specific modules for their needs. These include:
: Backend modules that handle sensitive tasks like login authentication and account relationship management. garena msdk
: Supports linking Guest accounts to permanent platform accounts (like Facebook or Email) to prevent data loss.
The MSDK ecosystem is comprised of three primary components: : Developers register their game on the Feiying
: Enables players to log in using multiple sub-channels such as Garena , Facebook , Google , Apple , and Guest accounts.
: Facilitates friend relationship management and cross-platform sharing. : Supports linking Guest accounts to permanent platform
: The game must call the MSDK.Init method at startup and wait for a successful callback before calling other functional interfaces.