Skip to main content

Remote Configs

Use remote configs to customize gameplay parameters by sending key-value pairs directly to the user’s device.

This allows you to trigger in game changes without updating the app or making modifications in code.

Summary

  • Change game assets like characters and weapon damage
  • Control different campaigns in your app easily
    • E.g: Create a remote config that controls a boolean in your game that activates and disables a Christmas theme in your app
  • Change daily promoted characters/packs by sending values like pack_Ultra or character_ninja
  • Use a configuration to control ad network integrations on or off

Remote Config Overview