Skip to main content
Mark Llobrera

Top level navigation menu

Comgarenamsdk Link

If your game uses old MSDKDeepLink (deprecated):

Migration helper:

// Old
MSDKDeepLink::RegisterListener(this);

// New – just remove old code; link works automatically // Then add route handlers in MSDKLink comgarenamsdk link

The most critical risk with URL scheme handlers is the potential for an attacker to execute arbitrary commands. If your game uses old MSDKDeepLink (deprecated):

Com.Garena.SDK typically refers to a mobile SDK package provided by Garena (a digital services company) for integrating Garena platform features into games or apps. It commonly exposes APIs for user authentication, payments, social features, and platform-specific services on Android (package names often start with com.garena).

The use of custom URL schemes introduces specific attack vectors. Security researchers often analyze these links to determine if they can be weaponized. The most critical risk with URL scheme handlers

Every link processed by comgarenamsdk link automatically extracts utm_ parameters and reports them to Garena Analytics:

Game developers can access via:

MSDKLink.GetLastAttribution((attr) => 
    Debug.Log("Campaign: " + attr.campaign);
);