Remote configuration
To get a remote configuration of flags (Remote Config), use the Fetch remote config action together with Player info is successfully fetched and Failure to fetch remote config. We recommend requesting flags once at the start of the game.
To get values from the remote configuration, use the Flag expression.
Local configuration
We recommend always embedding a local configuration of flags in the game code in case it's not possible to get the remote configuration from the server (for example, due to network issues in the subway). This improves the game's operability.
For this purpose, use the Set key default value action.
Client parameters
To describe client parameters, use the Set client feature action. They will be transmitted when requesting the remote configuration.
Example of using remote configuration

Was the article helpful?
Previous
Next