GetAppPackageName

Description

On Android this returns the package name used when exporting the app, for example for the AGK Player this would be com.thegamecreators.agk_player2. On iOS it returns the Bundle ID used for the app, for example for the AGK Player this would be com.thegamecreators.agk2player. On all other platforms this currently returns an empty string. If calling this from tier 2 then the returned string must be deleted when it is no longer needed.

Definition

string GetAppPackageName()