Skip to main content

Overview

Economy config is developer-owned metadata stored per game. It defines:
  • Currencies — virtual currencies players earn and spend
  • Store items — purchasable items with pricing and IAP product ID mappings
Changes take effect immediately — no release needed.

Currencies

Configure at Developer Portal → your game → Economy → Currencies.
Currency IDs must be stable. Changing an ID after launch breaks client references and analytics.
Built-in currencies: coins and gems are always available — no configuration needed.

Store items

IAP product IDs are case-sensitive. com.game.Pack1com.game.pack1.

After changes

Retest:
  • Purchase flows (IAP + wallet)
  • Reward flows (ads, achievements)
  • Balance display in-game
Economy changes are live immediately — broken config reaches players instantly.