Remote Configs
Remote Configs enable you to modify game content and parameters in real-time, without releasing an app update. Instead of hardcoding all game settings (like difficulty, rewards or ad frequency), you can store those settings using key-value pairs. When the game starts, it fetches those values, so you can adjust them at any time.
How it works
- You define config keys and values in the GameAnalytics dashboard
- The SDK fetches those configs when the app starts
- Your game code reads the value and uses it to adjust behavior
- If the config changes later, users get the update automatically (next time they launch)
Use Case examples
- Toggle seasonal assets: E.g. Turn on Christmas assets
- Adjust gameplay mechanics or balancing: weapon damage, difficulty, spawn rates
- Manage live ops activities: Switch daily featured characters or packages
- Ad monetization management: Turn ad networks on/off
- Segment game configurations: Target by country, platform, build or user segment